Skip to content

Latest commit

 

History

History
 
 

extras

Additional resources

Cheatsheet

A short reference for the use of the library can be generated by executing make in the cheatsheet directory.

Debugging

Sometimes even the best coder produces bugs. For this case we provide a useful resource for the GNU Debugger. Copy the content of sdsl.gdb into your .gdbinit file an you can display the elements of sdsl::vector<> (and sdsl::bitvector) with the command pv in gdb.

Code style

The install script will copy the pre-commit file into the .git/hooks directory of your library clone. It will run astyle before code gets committed. Please make sure that you have it installed astyle, if you plan to push your changes to the project.