1
0
Fork 0
A critical bit tree (http://cr.yp.to/critbit.html) implementation for Factor
Go to file
Michael Raitza 79b67e1ab3 Add a simpler and faster key serializer
Serialization of numeric keys and strings is faster but keys can no longer be
 freely mixed between object types as several serializations of different keys
 now coincide. Serializations of keys of a single type are guaranteed to be
 unique.
2020-02-24 15:47:10 +01:00
docs Add critbit CWEB documentation 2019-04-23 15:35:26 +02:00
trees/cb Add a simpler and faster key serializer 2020-02-24 15:47:10 +01:00
playground.factor WIP: Some code updates... 2020-01-18 21:45:03 +01:00