Skip to content
View LearnerHyl's full-sized avatar

Block or report LearnerHyl

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

Hi there! 👋

I'm Hyl, My passion lies in building robust distributed systems and diving deep into the world of databases.In order to lay a solid foundation in the early stage, I carefully studied CMU15-445 and MIT6.824, and completed the corresponding experiments independently and seriously. Next, I will work hard to get closer to the industry.

🔧 Tech Stack

  • Languages: C++, Go, Python
  • Areas of Interest: Distributed Systems, Databases, Storage
  • Tools & Frameworks: Git, Docker.

🚀 Projects

I am currently doing:

  • [Design of network communication architecture for storage and computing separation database based on DPDK]. We used the open source DPDK full user-mode suite F-stack. After having a preliminary understanding of its usage, we applied it to our storage-computing separation database and comprehensively transformed the communication methods of the three nodes in the hope of achieving certain performance improvements.
  • Read classic Book 《Design Data-Intensive Applications》,《Design Patterns》,《Programming Pearls》。

📈 GitHub Stats

LearnerHyl's GitHub Stats

Pinned Loading

  1. LevelDB LevelDB Public

    Read the LevelDB source code to deepen my understanding of LevelDB design.

    C++

  2. Etcd-Raft Etcd-Raft Public

    Read the source code of the Etcd-Raft algorithm library to deepen my understanding of the Raft algorithm used in real-world scenarios, as well as my understanding of various optimizations.

    Go