Pinned Repositories
askibench
CLI tool for plotting benchmark results with ASCII grouped bars
askiplot
Single-header ASCII plotter library in C++17
conv-diff-fem
Solving the 2D convection-diffusion equation in parallel with the Finite Element Method
dotfiles
embeddings
Trying to shard big embedding tables in multiple devices paying attention to the communication aspects of parallel inference
jacobi-hybrid
Hybrid parallel implementation (distributed + shared memory handling) of the Jacobi algorithm for solving the Helmoltz equation using MPI one-sided communications.
json-parser
Top-down and bottom-up parsers for JSON files with C++ API
nnet
Homemade Fully-connected Multilayer Perceptron
rle-compression
Heuristics and metaheuristics for enhancing Run-Length Encoding in a database
tspsolver
Solving the Euclidean TSP prolem with exact solvers (CPLEX), heuristics and metaheuristics such as VNS and Simulated Annealing
fsossai's Repositories
fsossai/askiplot
Single-header ASCII plotter library in C++17
fsossai/json-parser
Top-down and bottom-up parsers for JSON files with C++ API
fsossai/tspsolver
Solving the Euclidean TSP prolem with exact solvers (CPLEX), heuristics and metaheuristics such as VNS and Simulated Annealing
fsossai/askibench
CLI tool for plotting benchmark results with ASCII grouped bars
fsossai/conv-diff-fem
Solving the 2D convection-diffusion equation in parallel with the Finite Element Method
fsossai/dotfiles
fsossai/embeddings
Trying to shard big embedding tables in multiple devices paying attention to the communication aspects of parallel inference
fsossai/jacobi-hybrid
Hybrid parallel implementation (distributed + shared memory handling) of the Jacobi algorithm for solving the Helmoltz equation using MPI one-sided communications.
fsossai/nnet
Homemade Fully-connected Multilayer Perceptron
fsossai/rle-compression
Heuristics and metaheuristics for enhancing Run-Length Encoding in a database
fsossai/floyd-warshall-mpi
All Pairs Shortest Paths problem solved with an MPI-based implementation of the Floyd-Warshall algorithm.
fsossai/fslog
Customizable python log formatter that supports recursive log sections
fsossai/fsossai.github.io
fsossai/horatio
Time your python scripts easily and with style
fsossai/lepto-inst
LLVM instructions have never been so concise
fsossai/root
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
fsossai/rootbench
Collection of benchmarks and performance monitoring applications
fsossai/SCAF
A Speculation-Aware Collaborative Dependence Analysis Framework
fsossai/scripts
Scripts of any kind
fsossai/sniffer
Rudimental network sniffer
fsossai/wawtrack
Tracking Write-After-Write events and dead stores