Unicode Explorer: binary search over HTTP Range requests#90
Merged
Conversation
A demo that performs binary search via HTTP Range requests against a single static file. build.py downloads Unicode character data and produces a 76MB fixed-width binary file (256 bytes/record). index.html performs real network binary search — each comparison is an HTTP Range fetch of one record. Signposts skip the first ~3 steps. A live network log table shows each step happening in real time. https://claude.ai/code/session_014MbuxXYimWKjqRo88xQuch
Excludes UnicodeData.txt, Blocks.txt (fetched source data) and unicode-data.bin (76MB generated binary). All are re-created by running build.py. https://claude.ai/code/session_014MbuxXYimWKjqRo88xQuch
simonw
added a commit
to simonw/tools
that referenced
this pull request
Feb 27, 2026
Owner
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Started with a spec I generated using Claude Opus chat: https://claude.ai/share/47860666-cb20-44b5-8cdb-d0ebe363384f
A demo that performs binary search via HTTP Range requests against a
single static file. build.py downloads Unicode character data and
produces a 76MB fixed-width binary file (256 bytes/record). index.html
performs real network binary search — each comparison is an HTTP Range
fetch of one record. Signposts skip the first ~3 steps. A live network
log table shows each step happening in real time.
https://claude.ai/code/session_014MbuxXYimWKjqRo88xQuch