You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
A high-performance, ultra-compact binary format for UK postcode geolocation data. Compresses 1.79M postcodes from ~50MB CSV to just **6.2MB binary** (88% compression) with **920K+ lookups/second** and O(1) exact lookups.
4
4
5
+
🌐 **[Try the Live Demo →](https://robertpitt.github.io/postcode-db/)**
6
+
5
7
## Architecture
6
8
7
9
The implementation is split into focused, reusable classes:
@@ -278,6 +280,8 @@ _\*Estimated performance for linear/indexed searches without specialized optimiz
0 commit comments