Johannes Meintrup

Results 7 issues of Johannes Meintrup

Good examples of header only library design: https://github.com/nlohmann/json https://github.com/boostorg/core https://github.com/mlpack/ensmallen Skeleton for header-only library: https://github.com/mapbox/hpp-skel

https://www.semanticscholar.org/paper/Optimized-succinct-data-structures-for-massive-data-Gog-Petri/c7e7f02f441ebcc0aeffdcad2964185926551ec3 https://www.semanticscholar.org/paper/Broadword-Implementation-of-Rank%2FSelect-Queries-Vigna/2c530ff32d6177e0e945f121f992431cf035112b The presented data structures showed large real-world improvements over the current rank/select implementation

https://www.semanticscholar.org/paper/Log(graph)%3A-a-near-optimal-high-performance-graph-Besta-Stanojevic/b5bc3a0df3656ceb8c87554c9a3533aaabea3021

Description of the format: http://archive.dimacs.rutgers.edu/Challenges/

enhancement
good first issue

``` iterator_test.cpp:44: FailureExpected equality of these values: count Which is: 1639 setSize Which is: 5000 ``` I have been getting that error from the iterator_test. Did this test pass the...

bug