mmohsinkhan / creLinks
Cython based high performance alternative to Python (re) module for doing basic pattern matching on large data-set..
☆12Updated 2 years ago
Alternatives and similar repositories for cre
Users that are interested in cre are comparing it to the libraries listed below
Sorting:
- A high performance python hash table library that is generally faster and consumes significantly less memory than Python Dictionaries☆214Updated 2 years ago
- Cython implementation of Toolz. Please use: https://github.com/pytoolz/cytoolz☆41Updated 9 months ago
- A quicker pickle☆109Updated 3 years ago
- Automatic __slots__ for your Python classes☆68Updated 9 months ago
- A fast and memory-optimized string library for heavy-text manipulation in Python☆250Updated 5 years ago
- An in-memory database of Python objects, searchable using quasi-SQL API☆171Updated 4 months ago
- Efficient string matching with regular expressions☆144Updated this week
- Python bindings for simdjson using libpy☆69Updated 2 years ago
- A clever brute-force correlator for kinda-messy data☆82Updated last year
- Python package for HTTP/1.1 style headers. Parse headers to objects. Most advanced available structure for http headers.☆117Updated 3 weeks ago
- Create HTML with python 3 using a standard DOM API. Includes a python port of JavaScript for interoperability and tons of other cool feat…☆139Updated 5 months ago
- A Rust-based regex crate wrapper for Python3 to get faster performance. 👾☆134Updated last year
- FrozenList is a list-like structure that implements collections.abc.MutableSequence and can be made immutable.☆112Updated this week
- CyDifflib is a fast implementation of difflib's algorithms, which can be used as a drop-in replacement.☆26Updated 5 months ago
- A port of the Rust regex library to python for super speed linear matching.☆19Updated 2 years ago
- A python module to split file into multiple chunks based on the given size.☆69Updated 11 months ago
- ☆131Updated 4 months ago
- gametight lightweight caching library for python☆66Updated 2 years ago
- Minimal, super readable string pattern matching for python.☆182Updated last year
- Sans-I/O implementation of SOCKS4, SOCKS4A, and SOCKS5☆54Updated last year
- Very fast Python JSON parsing library☆393Updated last year
- 🐍 A CPython extension for the Hyperscan regular expression matching library.☆183Updated last month
- Utility function to parallelise pipelines of Python asyncio iterators/generators☆115Updated 4 years ago
- A better requests and urllib. A simple package for hitting multiple URLs and performing GET/POST requests in parallel.☆42Updated 2 years ago
- Asynchronous ORM that uses pydantic models to represent database tables ✨☆148Updated this week
- Fast and flexible Python JSON parsing (and manipulation!) built on the excellent yyjson project.☆32Updated 4 months ago
- Mutable variant of namedtuple -- recordclass, which support assignments, compact dataclasses and other memory saving variants.☆31Updated 3 months ago
- A CoroutineExecutor for asyncio, similar to nurseries and task groups☆13Updated 3 years ago
- Check for multiple patterns in a single string at the same time: a fast Aho-Corasick algorithm for Python☆209Updated 2 weeks ago
- A Python implementation of Lunr.js 🌖☆200Updated 6 months ago