Jesse Beder
|
4f8680b540
|
Switched operator[] access to node reference equality, not node equality
|
2011-09-09 02:39:36 -05:00 |
|
Jesse Beder
|
ec95e61c04
|
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')
|
2011-09-09 02:29:17 -05:00 |
|
Jesse Beder
|
1ab16bac62
|
Set the 'memory' to only store node_refs, not nodes
|
2011-09-07 14:56:04 -05:00 |
|
Jesse Beder
|
020cd97915
|
Set up map searching by templated key
|
2011-09-07 03:21:24 -05:00 |
|
Jesse Beder
|
fed95c5da4
|
Implemented map access by already-existing node
|
2011-09-07 02:39:59 -05:00 |
|
Jesse Beder
|
a530630f1c
|
Started implementing node_data
|
2011-09-07 00:45:28 -05:00 |
|