algorithmica-org / algorithmicaLinks
A computer science textbook
☆4,591Updated last year
Alternatives and similar repositories for algorithmica
Users that are interested in algorithmica are comparing it to the libraries listed below
Sorting:
- The book "Performance Analysis and Tuning on Modern CPU"☆3,453Updated 7 months ago
- This is an online course where you can learn and master the skill of low-level performance analysis and tuning.☆3,529Updated last week
- A technical explainer by @kognise of how your computer runs programs, from start to finish.☆5,407Updated last year
- A book teaching assembly language programming on the ARM 64 bit ISA. Along the way, good programming practices and insights into code dev…☆3,098Updated last year
- Beej's Guide to Network Programming source☆1,144Updated this week
- Playing around "Less Slow" coding practices in C++ 20, C, CUDA, PTX, & Assembly, from numerics & SIMD to coroutines, ranges, exception ha…☆1,898Updated last month
- Linux containers from scratch in C.☆1,540Updated 6 months ago
- Linus Torvalds' linked list argument for good taste, explained☆2,218Updated last year
- C++ Insights - See your source code with the eyes of a compiler☆4,443Updated 7 months ago
- Patterns and resources of low latency programming.☆1,177Updated 5 months ago
- Hash function quality and speed tests☆2,119Updated last month
- Seer - a gui frontend to gdb☆3,321Updated last week
- Learn database internals by implementing it from scratch.☆1,326Updated 2 years ago
- Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12, MySQL, Chro…☆1,977Updated last week
- Techniques and numbers for estimating system's performance from first-principles☆4,783Updated last year
- advanced compilers☆891Updated 2 weeks ago
- A categorized list of C++ resources.☆5,197Updated this week
- Performance-portable, length-agnostic SIMD with runtime dispatch☆5,284Updated this week
- The Standard Algorithms in C++.☆1,225Updated last year
- A Compiler Writing Journey☆12,727Updated 4 months ago
- magic-trace collects and displays high-resolution traces of what a process is doing☆5,209Updated 2 weeks ago
- Envision a future where every student can read all the code of a teaching operating system.☆2,497Updated last week
- Modern C++ Programming Course (C++03/11/14/17/20/23/26)☆14,648Updated 2 weeks ago
- A collection of lock-free data structures written in standard C++11☆953Updated last year
- A small C compiler☆10,855Updated 2 years ago
- Up to 200x Faster Dot Products & Similarity Metrics — for Python, Rust, C, JS, and Swift, supporting f64, f32, f16 real & complex, i8, an…☆1,639Updated this week
- A personal experimental C++ Syntax 2 -> Syntax 1 compiler☆5,887Updated 2 weeks ago
- A workbench for writing toy implementations of distributed systems.☆3,478Updated 2 months ago
- Repository for the book "Crafting Interpreters"☆10,458Updated last year
- tiniest x86-64-linux emulator☆7,409Updated last month