1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add new methods to create two range types: one mutable and one immutable More... about 1 year ago
Implement a new variant of search_tree() More... about 1 year ago
Refactor search_tree() to separate out the leaf-node finding part More... about 1 year ago
Implement a variant of search() with a position hint More... about 1 year ago
Implement new variant of search() method More... about 1 year ago
Drop dependency on > and >= operators More... about 1 year ago
Add a test case for non-integral key type More... about 1 year ago
Implement segment_range() that returns a segment range object More... about 1 year ago
Some renaming to avoid using reserved keywords More... about 1 year ago
Rename __fst namespace to fst::detail More... about 1 year ago
Move values where we can More... about 1 year ago
Clean it up a bit More... about 1 year ago
Move values that can be moved during construction More... about 1 year ago
Use key_type's default value instead of explicit 0 More... about 1 year ago
Implement move assignment operator in terms of move constructor More... about 1 year ago
Add another test case involving 4 nodes More... about 1 year ago
Use the root node address to test the moves More... about 1 year ago
These template params can be dropped More... about 1 year ago
Use modern C++ More... about 1 year ago
Template parameters not required for function args More... about 1 year ago
Initial move constructor implementation with base test case More... about 1 year ago
Template parameter not required for function arg of copy constructor More... about 1 year ago
Some header cleanup More... about 1 year ago
No 'using namespace std' More... about 1 year ago
Introduce a generic way to print function scope information More... about 1 year ago
Use std::size() More... about 1 year ago
Revert "Terminate on an exception being thrown in destructor" More... about 1 year ago
Terminate on an exception being thrown in destructor More... about 1 year ago
Add 'index' label for the landing page to be used by another project More... over 1 year ago
Summarize the release of 2.1.0 More... over 1 year ago