Matthias Petri
Matthias Petri
For version three the functionality of the `int_vector_buffer` should be replaced by the `int_vector_mapper`.
some sdsl data structures use std::vectors to store data. currently there are several helper functions that can be used to serialize and load the content stored in these vectors. unfortunately,...
### Describe the feature It is common to receive s3 object locations via a URI such as `s3://foo/bar`. It would be nice if there was some S3Url object that implements...
this test makes dtparse panic: ``` fn test_dtparse() { assert!(dtparse::parse("/2018-fifa-").is_err()); } ```
nice library. I remember the original `ot` code has compact_elias_fano codes where universe and num elems can be passed in during serialization to make the format more compact. this is...
for a specific application I require to read the written bits in reverse order. What would be the easiest way to accomplish this? Write a BitReaderReverse class with a custom...
Interested in using this crate but it is a bit unergonomic to having to resort to a different crate to write the bit patterns and then switch to this to...
I have a system with lots of ram (1.5TB) and I want to use this tool to test the memory latency when accessing different NUMA nodes. unfortunately the block SIZE...
it would be nice to have assert() statements in all access operators and for example rank() / select() function as it is quite easy to have an "off by one"...
now that libdivsufsort is included in the library it would be very nice to modify it to use the sdsl int vector to enable bit compression among other things.