1
0
Fork 0
A critical bit tree (http://cr.yp.to/critbit.html) implementation for Factor
Go to file
Michael Raitza 41c4a51d64 Complete insertion via set-at
Use MAGIC Algorithms log2 folding to calculate critical bit of the form
 yyyyxyyyy, where y bits are 1 and x is 0, denoting the critical bit (from the
 right).

 Idea from Adam Langley's C example implementation.
2020-02-09 23:05:08 +01:00
cb Complete insertion via set-at 2020-02-09 23:05:08 +01:00
critbit critbit: Make compiler happy NOFIX 2020-02-09 21:27:11 +01:00
docs Add critbit CWEB documentation 2019-04-23 15:35:26 +02:00
playground.factor WIP: Some code updates... 2020-01-18 21:45:03 +01:00