Two approaches to the two-stage table implementation, benchmark results
On my first pass on implementing a two-stage table for the Unicode functionality that I’m writing for finl, I had the first table consist of entries like this: Code(0x91), Page(1), Page(2), … Where an entry of Code indicated that everything in that 256-byte range had the same code, and an entry of Page was a pointer […]
Recent Comments