Replace flexible arrays with unsorted b+trees?
Replace flexible arrays with unsorted b+trees?
Posted Aug 7, 2009 19:07 UTC (Fri) by zlynx (guest, #2285)Parent article: Flexible arrays
I believe the Linux recently got a B+ tree implementation. I wonder if it would be possible to divide that into parts so that node handling, insert, delete and linear traversal code could be shared.
It's probably not worthwhile, but I think it'd be interesting to investigate.
Posted Aug 7, 2009 19:12 UTC (Fri)
by johill (subscriber, #25196)
[Link] (1 responses)
Posted Aug 20, 2009 18:29 UTC (Thu)
by mfedyk (guest, #55303)
[Link]
Also NTFS, ReiserFS, NSS, XFS, and JFS use B+trees. I wonder if it has been implemented in a library or if there are 5 or 6 differing implementations of b+trees in the kernel...
Replace flexible arrays with unsorted b+trees?
Replace flexible arrays with unsorted b+trees?