Skip to content
View lukefleed's full-sized avatar
πŸ––
πŸ––

Highlights

  • Pro

Block or report lukefleed

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
lukefleed/README.md

Hello there! Welcome to my GitHub page πŸ––

Hello There! I'm a mathematician who turned to the dark side of computer science. I have a Bachelor's Degree in Mathematics and I'm currently pursuing a Master's Degree in Computer Science at the University of Pisa, Italy. My main interests are in the fields of:

  • πŸ“• Succinct data structures and data compression
  • πŸ“˜ Algorithms and data structures
  • πŸ“— High-performance computing
  • πŸ“™ Rust and low-level code optimization

I am also a member of PHC, a group of enthusiastic students about technology, software, hardware, and how they work together. We manage a few servers, websites and services for the mathematics department students. Sometimes we also organize seminars about various topics related to math and computer science (often together!)

Pinned Loading

  1. compressed-intvec compressed-intvec Public

    A Rust library that provides space-efficient, in-memory representations for integer vectors. It offers two complementary data structures: FixedVec, which uses fixed-width encoding for O(1) mutable …

    Rust 10 1

  2. imdb-graph imdb-graph Public

    An exact and fast algorithm for computing top-k closeness centrality, tested on the IMDb databse

    C++ 3

  3. small-worlds small-worlds Public

    Spatial Networks and small words: an experimental study on real-world datasets

    Python 5

  4. bachelor-thesis bachelor-thesis Public

    LaTeX source code for my bachelor thesis in mathematics, which is titled "Efficient Succinct Data Structures for Directed Acyclic Graphs".

    TeX