p-ranav / lc
Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)
☆18Updated 3 years ago
Alternatives and similar repositories for lc:
Users that are interested in lc are comparing it to the libraries listed below
- Container Traits for Modern C++☆29Updated 4 years ago
- Single Header Constexpr Circular Queue☆18Updated 4 years ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆45Updated 3 weeks ago
- File/Directory Watcher for Modern C++☆83Updated 2 years ago
- Asynchronous Database Library based on Asio☆14Updated 5 years ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆53Updated 3 weeks ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 3 years ago
- A compile-time header-only C++17 library for dataflow programing.☆28Updated last year
- oystr recursively searches directories for a substring.☆11Updated 2 years ago
- C++11 compatible charconv☆30Updated this week
- Embrace (post) modern C++☆9Updated 3 years ago
- String facilities for C++98 and later - a library in search of its identity.☆22Updated 2 years ago
- A modern C++ uri & query parser☆11Updated 8 months ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆36Updated 10 months ago
- A C++ data container replicating std::queue functionality but with better performance.☆33Updated last month
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆52Updated last week
- Library for complex bitfields☆19Updated 10 months ago
- Priority-based Task Scheduling for Modern C++☆89Updated 4 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- An Array Mapped Tree implementation☆10Updated 4 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆14Updated last year
- Utilities for working with strings at compile time and passing strings as template parameters.☆22Updated 5 years ago
- Result<T, E> for Modern C++☆34Updated 5 years ago
- C++20 SIMD Within A Register library☆30Updated last week
- C++20's jthread for C++11 and later in a single-file header-only library☆63Updated last year
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆12Updated last year
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆28Updated 6 months ago
- Miscellaneous Useful Utilities for C++.☆30Updated last year
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆33Updated 6 months ago