Searching arrays in X86 assembler with a bloom filter pt 3
Posted in Semantic Web, programming, factor, assembler on Sep 12th, 2008 Comments
Continuing on from yesterday evening, I had a bit of time tonight in front of the telly so I implemented the rest of the fast-search functionality in factor using the assembler code from the previous post.
The first step was to create the simple bloom filter for sending to the assember code. To keep the […]
