Pinned Repositories
distwt
Distributed Wavelet Tree and Matrix Construction (Master's Thesis and ALENEX 2020 publication)
iopp
I/O Utilities for C++
JSFML
⛔️ DEPRECATED: No longer maintained!
LEdit
Archived source code of my (unfinished) Lufia 2 ROM editing application from 2006.
lzend
A minimalistic state-of-the-art C++ implementation of the LZ-End compression scheme.
MinecraftStats
A Minecraft player statistics browser for the web - supports 1.13 and later!
random-permutation
Generating random permutations on the fly in C++20.
TitanRPG
TitanRPG is a complete standalone roleplaying game mutator for Unreal Tournament 2004 based on ideas introduced in UT2004RPG and DruidsRPG.
word-packing
Word-Packed Integer Vectors for C++
WrestlingMPireRemix
My personal "fork" of the legendary wrestling PC game made by MDickie.
pdinklag's Repositories
pdinklag/MinecraftStats
A Minecraft player statistics browser for the web - supports 1.13 and later!
pdinklag/distwt
Distributed Wavelet Tree and Matrix Construction (Master's Thesis and ALENEX 2020 publication)
pdinklag/lzend
A minimalistic state-of-the-art C++ implementation of the LZ-End compression scheme.
pdinklag/word-packing
Word-Packed Integer Vectors for C++
pdinklag/iopp
I/O Utilities for C++
pdinklag/random-permutation
Generating random permutations on the fly in C++20.
pdinklag/com.unity.addressables
Addressables extended with the ability to build multiple catalogs, ideal for traditional DLC purposes.
pdinklag/pm
Performance Measuring for C++
pdinklag/tdc
pdinklag/LEdit
Archived source code of my (unfinished) Lufia 2 ROM editing application from 2006.
pdinklag/code
pdinklag/CraftingTable
Toolchain for deobfuscation, decompilation and recompiliation of Minecraft servers. No longer working since 21w37a.
pdinklag/DETExample
pdinklag/DVGamingDataPack
Minecraft datapack for the DVGaming.COM survival server
pdinklag/DVGamingPatch
Minecraft server patch for some special customizations
pdinklag/fp
Rabin-Karp Fingerprinting with Mersenne primes for C++20
pdinklag/gracli
GRammar ACcess LIbrary
pdinklag/integer-structures
Time & space efficient, dynamic ordered data structures for 32/64-bit integer keys
pdinklag/lce-test
Implementations and benchmarks of various LCE data structures
pdinklag/lz77
C++20 utilities for producing and working with LZ77-like factorizations
pdinklag/oocmd
Object-Oriented Command Line Parser for C++
pdinklag/ordered
A C++20 library providing ordered sets
pdinklag/psascan
Parallel external memory suffix array construction
pdinklag/rmq
This code creates a data structure to compute the RMQ(i,j) on an array of integers.
pdinklag/sharded_map
A sharded hash map for C++20
pdinklag/sqlplot-tools
Generate pgfplots or gnuplots from embedded SQL statements
pdinklag/Steamworks.NET
Steamworks wrapper for Unity / C#
pdinklag/TemplateVsVirtual
Benchmarks to analyze performance differences between the use of templates versus virtual calls in selected use cases.
pdinklag/tlx
TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers
pdinklag/top-k-compress
Top-k frequent patterns in streams and parameterized-space LZ compression