Skip to content
View TeoMal's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Athens

Highlights

  • Pro

Block or report TeoMal

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
TeoMal/README.md

Theodoris Mallios

CS graduate of the University of Athens. I work on the parts of a system where the cost shows up — parallel and distributed execution, and making machine learning models cheaper to run rather than just more accurate.

Selected work

  • RealTimeCardEstimator — real-time cardinality estimation (HyperLogLog, histograms, MCV tracking). First place in the Future of Database Programming Contest.
  • IPC — a POSIX shared-memory reader/writer system with semaphore-based segment scheduling, written up in detail.
  • Memory and werewolves-VS-vampires — games in C++ with raylib and ncurses.
  • Research-side: distilling ANN teachers into ensembles of spiking neural networks and measuring the result in synaptic operations rather than FLOPs; and training on sparsified examples and gradients to see how little of a batch a network actually needs.

Working with C, C++, Python/PyTorch, TypeScript, MPI, OpenMP

Pinned Loading

  1. stegiks/RealTimeCardEstimator stegiks/RealTimeCardEstimator Public

    Real-time cardinality estimator built for the Future of Database Programming Contest. Implements histogram-based methods, HyperLogLog, MCV tracking, and optimized data structures for high-performan…

    C++ 7 1

  2. IPC IPC Public

    Inter Process Communication between multiple clients and server to read/write in/from a buffer

    C 2

  3. Memory Memory Public

    A Game to test your Memory written in C++

    C 1