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:
- Single Header Constexpr Circular Queue☆18Updated 4 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- File/Directory Watcher for Modern C++☆84Updated 2 years ago
- Library for complex bitfields☆19Updated last year
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 5 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 4 years ago
- Embrace (post) modern C++☆9Updated 3 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 months ago
- C++11 compatible charconv☆31Updated this week
- `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
- oystr recursively searches directories for a substring.☆11Updated 3 years ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆46Updated 2 months 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
- Asynchronous Database Library based on Asio☆14Updated 5 years ago
- An Array Mapped Tree implementation☆10Updated 4 years ago
- C++20's jthread for C++11 and later in a single-file header-only library☆62Updated last year
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆17Updated last year
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- Portable UUID generation library for C++☆26Updated 2 years ago
- Collection of C++ containers extracted from LLVM☆26Updated 4 years ago
- Priority-based Task Scheduling for Modern C++☆89Updated 4 years ago
- Displayed width of UTF-8 strings in Modern C++☆47Updated 2 years ago
- A ring_span implementation that allows zero construction and destruction☆16Updated 5 years ago
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆32Updated last year
- C++20 compile time compressed string tables☆46Updated 2 years ago
- envy: Deserialize environment variables into type-safe structs☆67Updated 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
- The Fancy Named Parameters Library☆31Updated last month
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- Yet another C++ text formatting library.☆71Updated 6 months ago