You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This are just imports of some leftovers from the initial repo:
Implement combinations.h/Combinations_Chase::right_step(...) and don't forget to write tests.
enable multithreading via OpenMP in m4ro_testing function.
Rethink the permutation step. Currently the whole matrix in first transposed the a row-wise permutation is applied which on which a second transposing follows. In bench/decoding/matrix_apply_random_permutation.cpp one find a benchmark-suite to test again whats really faster. I suspect that Andres approach is maybe the fastest. Depending on n-k-l.
check if filtering a specific norm is a good idea
Adding Container Parameter to allow 256Bit Alignment
list.h let the different list implementation inherit from each other
CMake Script To Select Optimal Compiler Flags
Implement full lattice reduction attack for NTRU 200
three way comparison
generalize kAryPackedContainerAble, and not only let if be correct for mod 3
This are just imports of some leftovers from the initial repo:
combinations.h/Combinations_Chase::right_step(...)and don't forget to write tests.m4ro_testingfunction.bench/decoding/matrix_apply_random_permutation.cppone find a benchmark-suite to test again whats really faster. I suspect that Andres approach is maybe the fastest. Depending onn-k-l.list.hlet the different list implementation inherit from each otherreleasebuildsTracyCAllocN: write wrapper for it.Easy:
rename
write/set_bitinBinaryContainertoget/setintegrate: https://gitlab.owndata.org/rbc/rbc-lib/
sign() function for all simd wrappers (+-1 and 0)
add https://github.com/vectorclass/version2/blob/master/vectori512s.h
https://github.com/nothings/single_file_libs?tab=readme-ov-file
https://graphics.stanford.edu/%7Eseander/bithacks.html#ReverseByteWith64BitsDiv and all other tricks in it
static variables for each thread? TLB? thread_local
EC`23 improvement for SubSetSum
https://github.com/qlibs/jmp
add https://github.com/ludopulles/tcr/tree/master
add the prep legendre paper
impl this youtube
CI: Save Benchmark output and visualize as
llvm_benchmarks.com(crit-trie)[https://cr.yp.to/critbit.html] impl
https://github.com/vpetrigo/caches
https://github.com/electronicarts/EASTL/blob/master/include/EASTL/internal/red_black_tree.h
https://github.com/foonathan/type_safe
https://github.com/vectorclass/version2
https://www.jjj.de/fxt/fxtpage.html
Vales generational references in C: https://github.com/Kile-Asmussen/genref
https://github.com/emeryberger/Hoard
https://github.com/mtrebi/memory-allocators
https://github.com/foonathan/type_safe
https://github.com/cyrilou242/ftcc
https://github.com/plasma-umass/Mesh
https://github.com/martinmoene/expected-lite
trsnlate https://github.com/orlp/slotmap
https://github.com/orlp/polymur-hash
translate https://github.com/orlp/glidesort
translate https://github.com/orlp/foldhash
wati/lock-free
libraries
container
compression
203984092834_operator to compress numbers in constexprsimd:
codes:
math:
sorting:
from quickcpp:
Optimization Stuff