tblcompare

Crates.io

a fast tabular (CSV-like) file comparison utility written in Rust.

  • strings are interned to save on the common strings in input files.
  • input files are converted to columnar mmaped files on disk.
  • minimal output HTML with no javascript (sample)

exifrenamer

a command line utility to organize photos in a fixed directory structure and file naming format.

pycuda-vgg16

blog post with code to compare performance of VGG16 (a deep-learning CNN model for image classification) inference implemented with:

  • numpy
  • CUDA C++ (with pycuda)
  • tensorflow

post link, source code

rbtree

an attempt to create a drop-in replacement for the Rust map data structure BTreeMap backed by a red-black tree.

ak

a (very) basic tree-walking array language interpreter like k/q implemented in Rust.

gpumemuse

a command line utility to display NVIDIA GPU memory usage per user.

ngram

a short program to find word uni/bi/tri-grams for any text dataset.

AUR packages

maintain a few AUR packages including the driver of a wifi adapter.

Contributions

bug/documentation fixes to Rust ecosystem: