- 24 Jan, 2015 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 22 Mar, 2014 1 commit
-
-
Jesse Beder authored
-
- 01 Nov, 2012 1 commit
-
-
Jesse Beder authored
Added force_insert for mapping nodes that doesn't check to see if the key exists already (so it could duplicate keys)
-
- 19 May, 2012 1 commit
-
-
Jesse Beder authored
-
- 21 Jan, 2012 1 commit
-
-
Jesse Beder authored
-
- 13 Sep, 2011 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
Switched the node_ref to *always* create its data (since now the Node itself doesn't always create itself)
-
- 11 Sep, 2011 1 commit
-
-
Jesse Beder authored
-
- 10 Sep, 2011 4 commits
-
-
Jesse Beder authored
Major switch from Value -> Node. The library compiles with the new API, but tests are still oldies, and don't compile
-
Jesse Beder authored
-
Jesse Beder authored
Updated the node/value classes with the new iterators, they compile until we try to instantiate anything
-
Jesse Beder authored
-
- 09 Sep, 2011 4 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
Made the 'data' member optional in node_ref - it's only created on-demand, so we don't waste extra memory every time we do Value tmp = v;
-
Jesse Beder authored
-
Jesse Beder authored
Switched memory to using shared nodes, and node_data to keep only naked node pointers, not shared nodes (to break the cycle, and we don't need weak pointers because their memory is guaranteed to exist, via 'memory')
-
- 07 Sep, 2011 9 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
Added (another) layer - now 'node_ref' is between node and node_data, and it decrees whether nodes are identical
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-