Skip to content

Commit

Permalink
Add crates.io/docs.rs badges to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhurt committed Sep 10, 2024
1 parent 262c9a1 commit 3d8163c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bleep
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b1d4df2ff996ddd7226bf8795278e43d7618227e
46cdb8138867aa29ff1fd9d672c1c4bdd63914f7
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![Crates.io](https://img.shields.io/crates/v/trie-hard.svg)](https://crates.io/crates/trie-hard)
[![Documentation](https://docs.rs/trie-hard/badge.svg)](https://docs.rs/trie-hard/)

# Don't just Trie, Trie Hard

This crate is an implementation of the [trie](https://en.wikipedia.org/wiki/Trie) data structure that is optimized for reading from small maps where a large number of misses are expected. This is still a work in progress in the sense that as none of the other features you would expect to find in a trie (like prefix search), but it is used in production in Cloudflare's [Pingora](https://blog.cloudflare.com/pingora-open-source) to detect and remove specific headers from 30 million requests every second before they are proxied to their final destinations.
Expand Down

0 comments on commit 3d8163c

Please sign in to comment.