Repository History

6 repositories tagged with High Performance

Topic: High Performance
pylibmc: A Fast Python Client for Memcached

pylibmc: A Fast Python Client for Memcached

pylibmc is a high-performance Python client for Memcached, implemented as a C wrapper around the libmemcached interface. It offers efficient data caching, Python 2.x and 3.x interoperability, and robust handling of various data types, making it a reliable choice for applications requiring fast memory caching.

Analyzed May 10, 2026
View Details
Dragonfly: A High-Performance, Redis and Memcached Compatible Data Store

Dragonfly: A High-Performance, Redis and Memcached Compatible Data Store

Dragonfly is an innovative in-memory data store designed as a modern replacement for Redis and Memcached. It offers significant performance improvements, including up to 25x higher throughput and better memory efficiency, while maintaining full API compatibility. Built with a shared-nothing architecture and novel caching, Dragonfly is ideal for demanding application workloads.

Analyzed Apr 5, 2026
View Details
Rayon: Effortless Data Parallelism in Rust

Rayon: Effortless Data Parallelism in Rust

Rayon is a lightweight data parallelism library for Rust, designed to easily convert sequential computations into parallel ones. It guarantees data-race freedom, making concurrent programming safer and more straightforward for developers looking to leverage multi-core processors.

Analyzed Mar 12, 2026
View Details
KeyDB: A Multithreaded, High-Performance Fork of Redis

KeyDB: A Multithreaded, High-Performance Fork of Redis

KeyDB is a high-performance, multithreaded fork of Redis, designed for enhanced memory efficiency and high throughput. It maintains full compatibility with the Redis protocol, modules, and scripts, making it a seamless drop-in replacement. KeyDB also introduces advanced features like Active Replication and a MVCC architecture for non-blocking operations.

Analyzed Jan 12, 2026
View Details
filedb: A Disk-Based Key-Value Store Inspired by Bitcask in Zig

filedb: A Disk-Based Key-Value Store Inspired by Bitcask in Zig

filedb is a Zig-implemented, disk-based key-value store drawing inspiration from the Bitcask paper by Riak. It offers high throughput and efficient O(1) record fetching by storing metadata in a log-structured hashtable and data in append-only files. The project also provides a Redis-compatible client for easy integration and benchmarking.

Analyzed Dec 17, 2025
View Details
Numba: A Just-In-Time Compiler for Numerical Python Functions

Numba: A Just-In-Time Compiler for Numerical Python Functions

Numba is an open-source, NumPy-aware optimizing compiler for Python, leveraging the LLVM project to generate machine code. It significantly accelerates numerical functions, offering support for automatic parallelization, GPU-accelerated code, and ufuncs. This tool is essential for Python developers seeking high-performance computing capabilities.

Analyzed Oct 28, 2025
View Details
Previous Page 1 Next
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️