Skip to content

Commit

Permalink
add adoption
Browse files Browse the repository at this point in the history
  • Loading branch information
1a1a11a authored Mar 21, 2024
1 parent ce6c9c0 commit 04c9216
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions material/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,13 +251,18 @@
<div class="text-align-center text-dark h3 my-3">
<p>Google, VMware,
<a target="_blank" class="custom-link-text" href="https://github.com/redpanda-data/redpanda/pull/14759">Redpanda</a>,
<a target="_blank" class="custom-link-text" href="https://github.com/cloudflare/pingora/tree/main/tinyufo">Cloudfalre</a>,
and <a target="_blank" class="custom-link-text" href="https://github.com/matrixorigin/matrixone/blob/c582b7d3ce8f7c177f2bd268a37375ae1a5b18bd/pkg/fileservice/fifocache/fifo.go#L24">MatrixOne</a>
</p>
<!-- other libraries -->
<!-- https://github.com/shenghansen/EdgeKV/blob/master/src/edge/S3FIFO.cpp -->

<p> mulitple popular open-source libraries, including
<a target="_blank" class="custom-link-text" href="https://github.com/maypok86/otter">otter (Golang)</a>,
<a target="_blank" class="custom-link-text" href="https://github.com/surrealdb/surrealkv/blob/main/src/storage/cache/s3fifo.rs">surrealkv (Rust)</a>,
<a target="_blank" class="custom-link-text" href="https://github.com/arthurprs/quick-cache">quick-cache (Rust)</a>,
<a target="_blank" class="custom-link-text" href="https://github.com/falsandtru/spica/blob/master/src/s3-fifo.ts">spica (Javascript)</a>,
<a target="_blank" class="custom-link-text" href="https://github.com/ua-parser/uap-python/pull/197/commits/9b24838f3a3b57873eee0459ca161d5d8b6ddf16">uap-python</a>,
<br>
and several other libraries in
<a target="_blank" class="custom-link-text" href="https://github.com/scalalang2/golang-fifo">Golang</a>,
Expand All @@ -269,6 +274,7 @@
C++ <a target="_blank" class="custom-link-text" href="https://github.com/thelamon/s3fifo_cpp">[1]</a>,
<a target="_blank" class="custom-link-text" href="https://github.com/Ilistratov/S3-FIFO">[2]</a>,
Java <a target="_blank" class="custom-link-text" href="https://github.com/malets12/s3fifo">[1]</a>,
Zig <a target="_blank" class="custom-link-text" href="https://github.com/Jeevananthan-23/ziglang-caches">[1]</a>,
Javascript <a target="_blank" class="custom-link-text" href="https://github.com/Tom910/s3-fifo-cache">[1]</a>.
</p>
<p>
Expand Down

0 comments on commit 04c9216

Please sign in to comment.