1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 37 minutes ago. based on code collected about 16 hours ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implement == and != operators in trie_map More... about 2 months ago
Document the maximum allowed number of key-value pairs More... about 2 months ago
Add test case on saved state binary size More... about 2 months ago
Make sure we throw size_error on construction with too many entries More... about 2 months ago
Throw an exception during packing when it exceed max allowed value count More... about 2 months ago
Replace all uses of uintptr_t with pack_value_type More... about 2 months ago
Now there is no need to track value address to position mapping More... about 2 months ago
Switch to storing value positions in lieu of value pointers More... about 2 months ago
Test case for move construction with move-only values More... 2 months ago
Make sure operator== and operator!= works with move only values More... 2 months ago
Make sure node traversal works with move-only values More... 2 months ago
Talk about the fact that the values get moved to the packed variant More... 2 months ago
Add test more code for the packed variant More... 2 months ago
Remove duplicated compact_node() for node from trie_map More... 2 months ago
Reduce code duplicate More... 2 months ago
trie_map::pack() to move all store values into the packed variant More... 2 months ago
Avoid copying values in packed_iterator_base More... 2 months ago
Correct typo for 'previous' More... 2 months ago
TraitsT needs to be included in the trie_map type More... 2 months ago
Make sure insert(), find() and prefix_search() work with move-only values More... 2 months ago
Make sure we only require == operator from the move-only value_type More... 2 months ago
Implement operator== without copying stored values More... 2 months ago
Move a test case involving move-only value type to a separate cpp More... 2 months ago
Implement boundary_keys() More... 3 months ago
Switch to Piccolo Theme More... 3 months ago
Add a test case for direct use of packed_trie_map More... 3 months ago
Change of section title More... 3 months ago
Remove URLs to packages stored on kohei.us More... 3 months ago
Add missing header More... 3 months ago
Update the doc More... 3 months ago