Skip to content

Commit 7f52b57

Browse files
committed
Add live demo links to README
- Added prominent demo link at the top of README - Added demo link in Web Interface section - Links to https://robertpitt.github.io/postcode-db/
1 parent 764e2fd commit 7f52b57

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
🌐 **[Try the Live Demo →](https://robertpitt.github.io/postcode-db/)**
6+
57
## Architecture
68

79
The implementation is split into focused, reusable classes:
@@ -278,6 +280,8 @@ _\*Estimated performance for linear/indexed searches without specialized optimiz
278280

279281
# Web Interface
280282

283+
🚀 **[Live Demo: https://robertpitt.github.io/postcode-db/](https://robertpitt.github.io/postcode-db/)**
284+
281285
A modern web interface is available in the `playground/` directory. This provides a user-friendly way to search postcodes through a web browser.
282286

283287
## Quick Start

0 commit comments

Comments
 (0)