Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View Greenscreen23's full-sized avatar

Organizations

@solid-polls

Block or report Greenscreen23

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Greenscreen23/README.md

Hi there 👋

I'm Lukas and I'm interested in research, computer networks and data systems.

  • I'm currently a developer of the Hyrise in-memory database. I've done / am doing:
    • Profile guided optimizations (PGO) and the binary optimization and layout tool (BOLT)
    • More parallelism in the hash join, increasing throughput in industry benchmarks (TPCH) by up to 30%
    • Reduce translation lookaside buffer (TLB) pressure in the radix partitioning
  • I've written a paper on TCP Prague and presented it at ANRW'25
    • Reproduced an issue with Prague's fallback to classic mode present in a previous paper
    • Measured kernel variables using eBPF to uncover the underlying issue
    • Evaluated Prague with the fallback patched in Mininet and open-sourced the experiment code
  • I worked on Containernet (a fork of Mininet)
    • Incorporated multiple research prototypes into the main codebase
    • Evaluated federated learning of TinyML models in Containernet
  • I participated in the ICPC world finals with two other HPI students as "Seems to be O(k!)"
  • I help organize HPI camps for high school students, e.g. training camps for the federal competition in computer science (Bundeswettbewerb Informatik).

Pinned Loading

  1. hyrise/hyrise hyrise/hyrise Public

    Hyrise is a research in-memory database.

    C++ 854 166

  2. prague-fallback-experiments prague-fallback-experiments Public

    An evaluation of the TCP Prague ECN fallback, after a study has shown it to misbehave.

    Jupyter Notebook

  3. hyrise/sql-parser hyrise/sql-parser Public

    SQL Parser for C++. Building C++ object structure from SQL statements.

    C++ 799 255

  4. containernet/containernet containernet/containernet Public

    Mininet fork adding support for container-based (e.g. Docker) emulated hosts.

    Python 448 212