Skip to content

Commit 3d8163c

Browse files
committed
Add crates.io/docs.rs badges to readme
1 parent 262c9a1 commit 3d8163c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: .bleep

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b1d4df2ff996ddd7226bf8795278e43d7618227e
1+
46cdb8138867aa29ff1fd9d672c1c4bdd63914f7

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![Crates.io](https://img.shields.io/crates/v/trie-hard.svg)](https://crates.io/crates/trie-hard)
2+
[![Documentation](https://docs.rs/trie-hard/badge.svg)](https://docs.rs/trie-hard/)
3+
14
# Don't just Trie, Trie Hard
25

36
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.

0 commit comments

Comments
 (0)