SQUINT 2, Sparse Quad Union Indexed Nibble Trie

Share your advanced PureBasic knowledge/code with the community.
User avatar
idle
Always Here
Always Here
Posts: 5836
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: SQUINT 2, Sparse Quad Union Indexed Nibble Trie

Post by idle »

New version of squint 3
Dropped on the fly integer conversion use str() before call or just use native integers
Adapted the asm for the c backend x64, x68 c backend is till still broken
Added node as parameters so the trie is now reentrant and can be used to make collections and in memory DB like stuff

Posted in new topic
https://www.purebasic.fr/english/viewto ... 44#p586544

it's way more versatile now.
Post Reply