Skip to content
View mmathys's full-sized avatar
👽
专注
👽
专注
  • Lakera AI
  • Zurich, Switzerland
  • 03:40 (UTC +02:00)

Highlights

  • Pro

Organizations

@zentralwaescherei
Block or Report

Block or report mmathys

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
mmathys/README.md

hello world! 👋

✨ some of my personal and university projects:

  • sphere-tracer: C implementation of a sphere tracer optimized for maximal single-core performance. Using Intel's AVX2 SIMD with object- or ray-parallelization (report).
  • acfts: asynchronous consensus-free transaction system, published at ESORICS 2022 (arXiv).
  • merkle-signature: a fast implementation of merkle signatures with Curve25519 written in Go.
  • malloc-lab: implementation of malloc with explicit free lists, written in C.
  • dht-crawler: crawls hosts on the BitTorrent network using DHT.
  • applied-crypto: Applied Cryptography lab at ETH Zurich.

Pinned

  1. sphere-tracer sphere-tracer Public

    C implementation of a sphere tracer optimized for maximal single-core performance

    C++ 1

  2. acfts acfts Public

    Asynchronous Consensus-Free Transaction System

    Go 1

  3. merkle-signature merkle-signature Public

    Fast Golang implementation of merkle signatures with Curve25519.

    Go

  4. malloc-lab malloc-lab Public

    C implementation of malloc with explicit free lists

    C

  5. dht-crawler dht-crawler Public

    ✨ DHT crawler for BitTorrent

    JavaScript 29 3

  6. applied-crypto applied-crypto Public

    Applied Cryptography Labs, Spring 2021, ETH Zurich

    Python