cache-oblivious
There are 10 repositories under cache-oblivious topic.
lwu/veb-tree
A C++ implementation of cache-oblivious Van Emde Boas search trees
kmampent/CacheTD
Implementation of the tree triplet distance algorithms from our paper "Cache oblivious algorithms for computing the triplet distance between trees", published in ESA 2017
stdlib-js/ndarray-base-binary-loop-interchange-order
Reorder ndarray dimensions and associated strides for loop interchange.
stdlib-js/ndarray-base-binary-tiling-block-size
Resolve a loop block size for multi-dimensional array tiled loops.
stdlib-js/ndarray-base-nullary-loop-interchange-order
Reorder ndarray dimensions and associated strides for loop interchange.
stdlib-js/ndarray-base-nullary-tiling-block-size
Resolve a loop block size for multi-dimensional array tiled loops.
stdlib-js/ndarray-base-unary-loop-interchange-order
Reorder ndarray dimensions and associated strides for loop interchange.
stdlib-js/ndarray-base-unary-tiling-block-size
Resolve a loop block size for multi-dimensional array tiled loops.
IPodtsepko/cache-oblivious-matrix-transposition
Solving the second homework assignment for the computer architecture course (1 term).
Kautenja/fast-cpu-transpose
A parallel, recursive, and cache-oblivious Matrix initialization and transposition method