Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

15 Commits

Repository files navigation

hn-index

Search Hacker News stories' titles with regex.

$ wget https://python273.pw/hackernews-stories-dump-1_42024703.tar.gz
$ tar xf hackernews-stories-dump-1_42024703.tar.gz
$ cargo build --release
$ ./target/release/hn-index "(?i)\brust"
[...]
101 Rust Language Cheat Sheet https://hkrn.ws/26930908
45 Show HN: High-speed UTF-8 validation in Rust https://hkrn.ws/26887438
[...]
Found stories 11089
Scan time 24.53346ms
Print time 30.233548ms
Total time 54.782431ms

hn-index (regex) [min comments]

Dump

Header: [checkpoint; u32 little endian]*31 (offsets to start scanning by CPU threads)

Format: [title len; u8][comments num; u16 little endian][title; utf-8][id; u32 little endian]

About

Search Hacker News stories by title with regex CLI

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages