Skip to content
View LightningJie's full-sized avatar

Block or report LightningJie

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

Hi there 👋

🎓 Master's Student at Xidian University

💻 Interested in LSM, KV,Learning Index.

👷 Check out what I'm currently working on

  • google/leveldb - A fast key-value storage library built by Google, implementing the LSM-tree architecture (Recently)
  • Vanilla-Beauty/tiny-lsm - A KV storage engine based on LSM Tree, supporting Redis RESP (2 month ago)

🔨 Latest Pull Requests I published

⭐ Recent stars

🛠️ Technical Skills

Rust SQL C++ Python Git

Pinned Loading

  1. Pose_Estimation Pose_Estimation Public

    基于mediapipe设计实现人体姿态识别,基于动态时间规整算法(DTW)和LSTM(长短期记忆循环神经网络)实现人体动作识别。

    Python 10

  2. Hamming-Code Hamming-Code Public

    COP2000实现海明码(汉明码)的生成与校验

    Assembly 1

  3. InstantMessaging InstantMessaging Public

    本项目为C++全栈聊天项目实战,包括PC端QT界面编程,asio异步服务器设计,beast网络库搭建http网关,nodejs搭建验证服务,各服务间用grpc通信,server和client用asio通信等,也包括用户信息的录入等

    C++

  4. leveldb leveldb Public

    Forked from owenliang/leveldb

    LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.

    C++

  5. LinuxC LinuxC Public

    LinuxC/C++相关学习资料

    C

  6. tiny-lsm tiny-lsm Public

    Forked from Vanilla-Beauty/tiny-lsm

    A KV storage engine based on LSM Tree, supporting Redis RESP

    C++