autoscale_cuckoo_filter is a Rust crate providing the fastest auto-scaling Cuckoo Filter, offering 5.5x faster lookups than alternatives. Unlike Bloom filters, it supports item deletion and automatically scales capacity while maintaining a configurable false positive probability. Ideal for dynamic, memory-efficient probabilistic set membership tests.
i18n.site now supports serverless full-text search.
This article introduces the implementation of a pure front-end full-text search technology, including the construction of an inverted index using IndexedDB, prefix search, word segmentation optimization, and multi-language support.
Compared to existing solutions, i18n.site's pure front-end full-text search is compact and fast, suitable for small to medium-sized websites such as documentation and blogs, and is available offline.
Translation can perfectly maintain the format of `Markdown`. It can identify file modifications and only translate files with changes.The translation is editable; if you modify the original text and machine-translate it again, the manual modifications to the translation will not be overwritten