|
|
|
|
|
by Kerollmops
430 days ago
|
|
Meilisearch has been production-ready since v1.0. I made it in Rust to ensure it stays production-ready for years and years. Memory-safe languages are here to replace unsafe ones like C++ and reduce the number of breaches you expose in production. Here is an article by Google showing the benefits of using memory-safe languages in production rather than others. It is explicitly rotating around Rust [1]. [1]: https://www.chromium.org/Home/chromium-security/memory-safet... |
|