Historique des commits

Auteur SHA1 Message Date
  Sam Jaffe 8c840a317e Perform some cleanup. il y a 5 ans
  Sam Jaffe 9901684bc3 Fix compiler error in move constructor il y a 7 ans
  Samuel Jaffe d162ccfb5b Cleaning some things up. Fixing bugs in typedefs, etc. il y a 8 ans
  Samuel Jaffe bd1fa999cd Minor cleanup il y a 8 ans
  Samuel Jaffe 25580fe76d Extract swap to trie_impl.hpp, since it d/n depend on private members of trie_iterator. il y a 8 ans
  Samuel Jaffe fed6a55440 Extracting find_impl into a friend function. il y a 8 ans
  Samuel Jaffe 1d27d8fb4e Adding 'find(...) const -> const_iterator' functions. This adds a const_iml_iterator typedef, and alters find_impl into a pseudo-static function. il y a 8 ans
  Samuel Jaffe 336ccbb765 Making emplace properly support rvalue keys/key collections. il y a 8 ans
  Samuel Jaffe 9ae406f017 Cherry picking good change fragments from optional branch il y a 8 ans
  Samuel Jaffe 84224185bb Reducing duplication between 1-key and N-key functions. il y a 8 ans
  Samuel Jaffe 495c1744a7 Create unified insert_impl, to allow multikeys-insert to return as if a normal insert function. il y a 8 ans
  Samuel Jaffe 993a2ca94e Make trie's copy constructor O(n) il y a 8 ans
  Samuel Jaffe 1da7efc8ef Fixing clear() to run in O(n) time and O(1) space. il y a 8 ans
  Samuel Jaffe 462c8234ca Removing redundant V param to trie_{,reverse_}iterator template list, as this did not add anything other than risk or more template errors. il y a 8 ans
  Samuel Jaffe ef5d2e867b Initial code dump. il y a 8 ans