implementation topic
quadsort
Quadsort is a branchless stable adaptive mergesort faster than quicksort.
swGL
A multithreaded software implementation of OpenGL 1.3 in C++.
hlf-internals
This repository will contain the documentation for the internals of Hyperledger Fabric.
Understanding-the-Core-Ideas-of-Promise-by-Implementing-it-in-JavaScript
A book that explains the implementation of promise in detail
kalman
Interactive and real time 2D simulation of the Kalman Filter in use to reduce statistical input noise.
Physarum
Physarum polycephalum slime mould computing simulation, implemented on a custom VueJS + Unity3D stack
native-crypto-flutter
Fast and powerful cryptographic functions thanks to javax.crypto and CommonCrypto.
colocat
Fegeya Colocat, Colorized 'cat' implementation. Written in C++17.
pytorch-super-resolution-implementations
Image super-resolution implementations
understanding-nodejs-stream-module
A book that examines the Node.js stream module by implementing it from scratch