skydevgit / crisscross

Automatically exported from code.google.com/p/crisscross
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Future data structures #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A stack (Splay?), and (hopefully) a data buffer.

Original issue reported on code.google.com by ARPl...@gmail.com on 18 May 2007 at 6:05

GoogleCodeExporter commented 9 years ago
And by stack what I actually mean is set. (brain in wrong gear, sorry)

Original comment by ARPl...@gmail.com on 18 May 2007 at 6:34

GoogleCodeExporter commented 9 years ago
DataBuffer and SplayTree were removed from this release. I need to work on 
getting
Splay trees to be iteratable, and I need to get DataBuffer to be reference 
counted.

Targeting as feature for v0.7.

Original comment by steven.n...@gmail.com on 18 May 2007 at 6:36

GoogleCodeExporter commented 9 years ago
This has been corrected as of the most recent 0.6.6 release. We've added 
SplayTree, AVLTree. DataBuffer is gone. 
Use something else instead.

Original comment by steven.n...@gmail.com on 7 Jan 2008 at 12:17