algorithmica-org / algorithmicaLinks
A computer science textbook
☆4,429Updated last year
Alternatives and similar repositories for algorithmica
Users that are interested in algorithmica are comparing it to the libraries listed below
Sorting:
- Complete implementations from "Algorithms for Modern Hardware"☆781Updated 2 years ago
- The book "Performance Analysis and Tuning on Modern CPU"☆3,342Updated 4 months ago
- This is an online course where you can learn and master the skill of low-level performance analysis and tuning.☆3,304Updated this week
- A technical explainer by @kognise of how your computer runs programs, from start to finish.☆5,304Updated last year
- Hash function quality and speed tests☆2,083Updated last week
- Linux containers from scratch in C.☆1,530Updated 4 months ago
- Beej's Guide to Network Programming source☆1,111Updated 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,864Updated last month
- C++ Insights - See your source code with the eyes of a compiler☆4,402Updated 4 months ago
- A collection of lock-free data structures written in standard C++11☆928Updated 9 months ago
- The Standard Algorithms in C++.☆1,198Updated last year
- Writing an OS in 1,000 lines.☆3,051Updated last week
- Up to 100x faster strings for C, C++, CUDA, Python, Rust, Swift, JS, & Go, leveraging NEON, AVX2, AVX-512, SVE, GPGPU, & SWAR to accelera…☆2,917Updated this week
- A memory profiler for Linux.☆4,713Updated 2 years ago
- Linus Torvalds' linked list argument for good taste, explained☆2,180Updated last year
- Envision a future where every student can read all the code of a teaching operating system.☆2,376Updated this week
- 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,900Updated 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,052Updated 9 months ago
- advanced compilers☆871Updated this week
- Coz: Causal Profiling☆4,383Updated 2 months ago
- Performance-portable, length-agnostic SIMD with runtime dispatch☆5,077Updated this week
- Modern C++ Programming Course (C++03/11/14/17/20/23/26)☆13,952Updated last month
- Demonstration of various hardware effects.☆2,935Updated last year
- Seer - a gui frontend to gdb☆3,280Updated last week
- A collection of resources on wait-free and lock-free programming☆1,959Updated last year
- A fully lock-free game engine written in C++20☆738Updated 2 years ago
- C++ template library for high performance SIMD based sorting algorithms☆980Updated last month
- A categorized list of C++ resources.☆5,123Updated this week
- Unicode routines (UTF8, UTF16, UTF32) and Base64: billions of characters per second using SSE2, AVX2, NEON, AVX-512, RISC-V Vector Extens…☆1,544Updated last week
- Tutorial: Writing a "bare metal" operating system for Raspberry Pi 4☆3,672Updated 8 months ago