Pinned Repositories
ensmallen
🍇 Ensmallen is the Rust/Python high-performance graph processing submodule of the GRAPE library.
epserde-rs
An ε-copy serialization/deserialization framework for Rust
sux-rs
Rust implementations of succinct data structures
webgraph-rs
A Rust port of the WebGraph framework
cache_decorator
a simple decorator to cache the results of computationally heavy functions
CheckTime
CheckTime it's a plugin for Icinga to predict the time left until a certain metric reach the max. It's under GPL2 license and it was developed for Würth Phoenix S.r.l.
common_traits
Rust traits I write way too often
elias_fano_rust
Rust implementation of elias fano
heaps
Experiments with different heaps implementations in Rust
mem_dbg-rs
A trait + derive to recursively compute / print the memory usage of a data structure.
zommiommy's Repositories
zommiommy/cache_decorator
a simple decorator to cache the results of computationally heavy functions
zommiommy/mem_dbg-rs
A trait + derive to recursively compute / print the memory usage of a data structure.
zommiommy/heaps
Experiments with different heaps implementations in Rust
zommiommy/common_traits
Rust traits I write way too often
zommiommy/folpetti
My mono-repo for every binary / low level code.
zommiommy/moeche
Rust Parser for static analysis + Pyo3 Bindgen + Fuzzing harnesses gen + Wheel Builder
zommiommy/vec_rand
Rust crate where we implement vectorized versions of fast pseudo-random number generators.
zommiommy/webgraph-www-2024-reproducibility
WebGraph: The Next Generation (Is in Rust) — Reproducibility Package
zommiommy/ddsketch-rs
A port of the DDsketch structure for quantiles computation with relative error bounds. https://arxiv.org/pdf/1908.10693.pdf
zommiommy/dsi-bitstream-py
Python bindings of dsi-bitstream-rs
zommiommy/mmap-rs
A cross-platform and safe Rust API to create and manage memory mappings in the virtual address space of the calling process.
zommiommy/parallel_frontier
Unordered vector of elements with constant time concurrent push.
zommiommy/rayon
Rayon: A data parallelism library for Rust
zommiommy/rtree
zommiommy/string_ppi_webgraph
Experiments on merging and compressing the whole inter-species string ppi graph using webgraph-rs
zommiommy/tcp_over_ws
Small utility to tunel a tcp connection through websockets, this can be useful to bypass firewalls or exploit proxies that only allows http/https traffic.
zommiommy/zommiommy.github.io
zommiommy/dsi-progress-logger-rs
A Rust port of the ProgressLogger class from the DSI Utilities
zommiommy/grangers
zommiommy/gridgen
A procedural macro to make it easier to write combinatorial tests and bench on parameters and generics
zommiommy/Lender
std::iter feature complete(-ish) lending iterator for Rustlang
zommiommy/ngrammatic
A rust crate providing fuzzy search/string matching using N-grams
zommiommy/orchestra
rev.ng configuration for orchestra. The starting point for any development.
zommiommy/project_progettazione_sistemi_operativi
zommiommy/pwndbg
Exploit Development and Reverse Engineering with GDB Made Easy
zommiommy/qemu-libafl-bridge
A patched QEMU that exposes an interface for LibAFL-based fuzzers and generate no core dumps
zommiommy/rust
Empowering everyone to build reliable and efficient software.
zommiommy/soap_incident_client
Client SOAP LeonardoGroup Cybersecurity
zommiommy/SQL-minifier
Simple Rust crate to minify SQL files.
zommiommy/webgraph-big
WebGraph is a framework for graph compression.