Pinned Repositories
cbreakpoint
gdb breakpoints in python-scripts
commonso
example how to share cpp-files between cython modules
cpp2c
C-API wrappers for c++ interfaces
cykhash
cython wrapper for khash
cynamedtuple
fast and memory efficient namedtuple implementation
indirect_buffer
implements buffer protocol for indirect data layouts
pgu_64
Programming Ground Up for x86-64 architecture
qwixxmaster
command line qwixx game
solinks
collection of so questions
timeitcpp
c++ version of python's timeit-functionality
realead's Repositories
realead/cpp2c
C-API wrappers for c++ interfaces
realead/tighthash
python set/map classes with tiny memory footprint
realead/tsp2ilp
python script to convert a TSP problem into an ILP problem
realead/timeitcpp
c++ version of python's timeit-functionality
realead/asmeter
a framework for measuring assembly instruction's speed
realead/chainlib
a small framework demostrating O(n^2) behavior of the ld-linker
realead/fastdtw
A Python implementation of FastDTW
realead/gitwalker
automatization script for git
realead/knapsackai
silly approaches for solving knapsack problem
realead/my4clojure
my solutions for problems from 4clojure.org
realead/prefetchstudy
investigating prefetch strategies
realead/pseudopol
a collection of algorithms for pseudo polynomial problems
realead/rmc
a (jit)compiler & interpreter for register machine language
realead/rscpcreator
creates random single-cycle permutations
realead/testrep
a test repository. Used for testing gitwalker
realead/uttemplate
create unittest test cases from a template