├── CodeRed.png ├── CodeRedSmall.png ├── LICENSE.txt ├── README.md ├── coderedlib.cpp ├── compile_cpp_core.sh ├── example.py ├── experiment_LBB_distrib.py ├── experiment_LBB_perf.py ├── experiment_LLL_profile.py ├── experiment_LLL_time.py ├── middleware.py ├── paper.pdf └── weights.py /CodeRed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lducas/CodeRed/HEAD/CodeRed.png -------------------------------------------------------------------------------- /CodeRedSmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lducas/CodeRed/HEAD/CodeRedSmall.png -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lducas/CodeRed/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lducas/CodeRed/HEAD/README.md -------------------------------------------------------------------------------- /coderedlib.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lducas/CodeRed/HEAD/coderedlib.cpp -------------------------------------------------------------------------------- /compile_cpp_core.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lducas/CodeRed/HEAD/compile_cpp_core.sh -------------------------------------------------------------------------------- /example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lducas/CodeRed/HEAD/example.py -------------------------------------------------------------------------------- /experiment_LBB_distrib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lducas/CodeRed/HEAD/experiment_LBB_distrib.py -------------------------------------------------------------------------------- /experiment_LBB_perf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lducas/CodeRed/HEAD/experiment_LBB_perf.py -------------------------------------------------------------------------------- /experiment_LLL_profile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lducas/CodeRed/HEAD/experiment_LLL_profile.py -------------------------------------------------------------------------------- /experiment_LLL_time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lducas/CodeRed/HEAD/experiment_LLL_time.py -------------------------------------------------------------------------------- /middleware.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lducas/CodeRed/HEAD/middleware.py -------------------------------------------------------------------------------- /paper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lducas/CodeRed/HEAD/paper.pdf -------------------------------------------------------------------------------- /weights.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lducas/CodeRed/HEAD/weights.py --------------------------------------------------------------------------------