p-ranav / lcLinks
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
Sorting:
- Container Traits for Modern C++☆29Updated 4 years ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆46Updated last month
- C++11 compatible charconv☆31Updated last month
- Library for complex bitfields☆19Updated last year
- Comparison of C++ Serialization Libraries for Graph Data☆34Updated 3 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 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 2 months ago
- oystr recursively searches directories for a substring.☆11Updated 3 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- String facilities for C++98 and later - a library in search of its identity.☆22Updated 2 years ago
- C++20's jthread for C++11 and later in a single-file header-only library☆62Updated last year
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 months ago
- Asio Buffers without the Asio☆14Updated 2 weeks ago
- Embrace (post) modern C++☆9Updated 3 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 4 years ago
- Result<T, E> for Modern C++☆34Updated 5 years ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆51Updated last year
- The Fancy Named Parameters Library☆31Updated 2 weeks ago
- Single Header Constexpr Circular Queue☆18Updated 4 years ago
- Portable UUID generation library for C++☆26Updated last year
- A library of type safe sets over fixed size collections of types or values, including methods for accessing, modifying, visiting and iter…☆21Updated 3 years ago
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆12Updated last year
- File/Directory Watcher for Modern C++☆84Updated 2 years ago
- Asynchronous Database Library based on Asio☆14Updated 5 years ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆52Updated last month
- C++14 compatible observer pattern / signal slot pattern that can ignore extra parameters like Qt's signals and slots.☆17Updated 3 years ago
- A header only structure of arrays container for C++☆41Updated 2 years ago
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆10Updated 6 years ago