naftaliharris / lazysort
A partially and lazily sorted list data structure for Python
☆124Updated 5 years ago
Alternatives and similar repositories for lazysort
Users that are interested in lazysort are comparing it to the libraries listed below
Sorting:
- C Python, made faster.☆341Updated 9 years ago
- Static optimizer specializing functions with guards for Python 3.6☆72Updated 5 years ago
- HAT-Trie for Python☆86Updated 9 years ago
- face Python bytecode metaprogramming API fork☆71Updated 4 years ago
- Runtime compiler for numerical Python☆232Updated 3 months ago
- ☆608Updated 7 years ago
- Python subsets☆41Updated 8 years ago
- A pure-Python module that implements an LR(1) parser generator, as well as CFSM and GLR parser drivers.☆50Updated 8 months ago
- zero_buffer is a high-performance, zero-copy, implementation of a byte-buffer for Python.☆135Updated 8 years ago
- I'd just like to interject for a moment...☆51Updated 9 years ago
- Pure Python CDB reader/writer☆44Updated last year
- 🚀 🐍 Optimizes Python bytecode calculating linear recurrences, reducing the time complexity from O(n) to O(log n)☆180Updated 3 years ago
- MapReduce platform in python☆34Updated 9 years ago
- An implementation of namedtuple written in C for warp speed.☆54Updated 7 years ago
- A way to use CPython modules on PyPy☆37Updated 9 years ago
- Fault handler for Python: display the Python backtrace on SIGSEGV, SIGFPE, SIGABRT, SIGBUS and SIGILL signals☆99Updated 5 years ago
- Code inspection for Python builtins☆103Updated 2 years ago
- Roaring Bitmap in Cython☆81Updated 11 months ago
- ☆81Updated 2 months ago
- pytrace is a fast python tracer. it records function calls, arguments and return values. can be used for debugging and profiling.☆448Updated 9 years ago
- Vectorizing Python for concurrent SIMD execution.☆71Updated 9 years ago
- "Did You Mean?" Functionality on AttributeLookup☆135Updated 10 years ago
- Easy anonymous functions by partial application of operators☆102Updated last year
- A totally different take on container boilerplate.☆138Updated 3 years ago
- A list-like type with better asymptotic performance and similar performance on small lists☆314Updated 2 years ago
- python-csp provides python with communicating sequential processes style parallelism☆110Updated 12 years ago
- A backport of the `yield from` semantic from Python 3.x to Python 2.7☆20Updated 5 years ago
- An efficient, immutable, persistent mapping object☆98Updated 6 years ago
- Demo of how to use the underlying SRE engine to build a regex scanner☆222Updated 8 years ago
- Python Multi-Process Execution Pool: concurrent asynchronous execution pool with custom resource constraints (memory, timeouts, affinity,…☆168Updated 5 years ago