Pinned Repositories
ArrayWithHash
The ArrayWithHash container is an integer-keyed hash table with array optimization for small positive keys. Equivalently, it is an array with hash table backup for large and negative indices.
darkmod_src
Official mirror of TheDarkMod game engine
linear-vs-binary-search
Comparing linear and binary searches
position-counting-sort
Vectorizing small sort: "position-counting" or "exact" sort
recip_rsqrt_benchmark
Benchmark of vectorized implementations of (1/x) and (1/sqrt(x))
RGTC-compressor-SSE
Compress normal map quickly from 8-bit RGBA to RGTC using SSE2
SymbolSort
A Utility for Measuring C++ Code Bloat
utf8lut
Vectorized UTF-8 conversion with LookUp Tables
zipsync
Second attempt at new differential update tool for TheDarkMod game. This one is strongly based on zip format.
stgatilov's Repositories
stgatilov/darkmod_src
Official mirror of TheDarkMod game engine
stgatilov/linear-vs-binary-search
Comparing linear and binary searches
stgatilov/recip_rsqrt_benchmark
Benchmark of vectorized implementations of (1/x) and (1/sqrt(x))
stgatilov/utf8lut
Vectorized UTF-8 conversion with LookUp Tables
stgatilov/position-counting-sort
Vectorizing small sort: "position-counting" or "exact" sort
stgatilov/RGTC-compressor-SSE
Compress normal map quickly from 8-bit RGBA to RGTC using SSE2
stgatilov/SymbolSort
A Utility for Measuring C++ Code Bloat
stgatilov/ArrayWithHash
The ArrayWithHash container is an integer-keyed hash table with array optimization for small positive keys. Equivalently, it is an array with hash table backup for large and negative indices.
stgatilov/zipsync
Second attempt at new differential update tool for TheDarkMod game. This one is strongly based on zip format.
stgatilov/DarkRadiant
DarkRadiant is the map editor for The Dark Mod and other idTech4/Doom3-based games
stgatilov/miniprofiler
Minimalistic Windows embedded sampling profiler (lecture supplementary)
stgatilov/nsuolymp
Python library for preparing ICPC-like contests in NSU.
stgatilov/tdmsync
A prototype of zsync-like tool for TheDarkMod.
stgatilov/vcperf
A build analysis tool for the MSVC toolchain.
stgatilov/apitrace
Tools for tracing OpenGL, Direct3D, and other graphics APIs
stgatilov/clsocket
SimpleSockets is a lightweight set of classes that allow developers to implement IP based network programs.
stgatilov/conan
Conan - The open-source C and C++ package manager
stgatilov/conan-BLAKE2
Conan recipe for BLAKE2
stgatilov/conan-center-index
Recipes for the ConanCenter repository
stgatilov/conan-tinyformat
Conan recipe for tinyformat library
stgatilov/FastDebugInVC_materials
stgatilov/glad
Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.
stgatilov/rms-support-letter.github.io
An open letter in support of Richard Matthew Stallman being reinstated by the Free Software Foundation
stgatilov/robin-map
C++ implementation of a fast hash map and hash set using robin hood hashing
stgatilov/tdminstallerwin
tdminstaller for Windows
stgatilov/tracy
C++ frame profiler
stgatilov/utf8fuzz
Fuzzer and benchmarker for UTF-8 validators
stgatilov/WordsFromWords
Игра: найти подслова заданного слова
stgatilov/xdelta
open-source binary diff, delta/differential compression tools, VCDIFF/RFC 3284 delta compression
stgatilov/zig
Exercism exercises in Zig.