algorithmica-org / algorithmicaLinks
A computer science textbook
☆4,373Updated 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,333Updated 4 months ago
- This is an online course where you can learn and master the skill of low-level performance analysis and tuning.☆3,278Updated last week
- A technical explainer by @kognise of how your computer runs programs, from start to finish.☆5,287Updated last year
- Hash function quality and speed tests☆2,069Updated 2 months ago
- Performance-portable, length-agnostic SIMD with runtime dispatch☆5,050Updated this week
- Linux containers from scratch in C.☆1,532Updated 3 months ago
- Playing around "Less Slow" coding practices in C++ 20, C, CUDA, PTX, & Assembly, from numerics & SIMD to coroutines, ranges, exception ha…☆1,863Updated 3 weeks ago
- Envision a future where every student can read all the code of a teaching operating system.☆2,373Updated 2 weeks ago
- A book teaching assembly language programming on the ARM 64 bit ISA. Along the way, good programming practices and insights into code dev…☆3,041Updated 8 months ago
- The Standard Algorithms in C++.☆1,175Updated last year
- C++ Insights - See your source code with the eyes of a compiler☆4,390Updated 3 months ago
- A memory profiler for Linux.☆4,708Updated 2 years ago
- Beej's Guide to Network Programming source☆1,095Updated 3 months ago
- Linus Torvalds' linked list argument for good taste, explained☆2,172Updated last year
- 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,889Updated last week
- Up to 200x Faster Dot Products & Similarity Metrics — for Python, Rust, C, JS, and Swift, supporting f64, f32, f16 real & complex, i8, an…☆1,513Updated last week
- Techniques and numbers for estimating system's performance from first-principles☆4,592Updated last year
- Modern C++ Programming Course (C++03/11/14/17/20/23/26)☆13,879Updated 3 weeks ago
- advanced compilers☆866Updated last week
- A categorized list of C++ resources.☆5,094Updated this week
- mimalloc is a compact general purpose allocator with excellent performance.☆12,002Updated last week
- magic-trace collects and displays high-resolution traces of what a process is doing☆5,095Updated 3 months ago
- 📖 An approachable introduction to Assembly.☆3,428Updated 8 months ago
- Must read research papers and links to tools and datasets that are related to using machine learning for compilers and systems optimisati…☆1,606Updated 3 weeks ago
- Interactive visualizations of Rust at compile-time and run-time☆2,839Updated 3 months ago
- A course of building an LSM-Tree storage engine (database) in a week.