Skip to content
View Paragrf's full-sized avatar
  • Beijing, China
  • 14:26 (UTC +08:00)

Block or report Paragrf

Report abuse

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

Report abuse
Paragrf/README.md

πŸš€ Hi there, I'm Paragrf

Typing SVG

GitHub followers Profile Views


🎯 About Me

  • πŸ”₯ Focused on Key-Value Storage Systems, RocksDB, and High-Performance Storage Engines
  • πŸ’Ύ Deep dive into storage engine internals, index structures, and optimization strategies
  • πŸ› οΈ Passionate about performance tuning, data persistence, and distributed storage architecture
  • πŸ“š Continuously learning and sharing best practices in storage systems

πŸ”§ Tech Stack

πŸ’Ž Storage & Database

RocksDB LevelDB Redis LSM_Tree

πŸš€ Programming Languages

C++ C Java Go

πŸ› οΈ Tools & Technologies

Linux Git CMake Docker


πŸ“Š GitHub Stats

GitHub Streak


πŸŽ“ Research Interests

πŸ“– Current Focus Areas:
β”œβ”€β”€ πŸ—„οΈ  Key-Value Storage Systems
β”‚   β”œβ”€β”€ LSM-Tree optimization
β”‚   β”œβ”€β”€ Write amplification reduction
β”‚   └── Compaction strategies
β”‚
β”œβ”€β”€ πŸͺ¨ RocksDB Deep Dive
β”‚   β”œβ”€β”€ Performance tuning
β”‚   β”œβ”€β”€ Custom comparators & filters
β”‚   └── Column families & transactions
β”‚
β”œβ”€β”€ πŸš€ High-Performance Storage
β”‚   β”œβ”€β”€ NVMe & SSD optimization
β”‚   β”œβ”€β”€ Zero-copy techniques
β”‚   └── Memory-mapped I/O
β”‚
└── 🌐 Distributed Storage
    β”œβ”€β”€ Consistency models
    β”œβ”€β”€ Replication strategies
    └── Partition management

πŸ”₯ Recent Activity

🐍 Contribution Graph

snake gif


⭐️ From Paragrf

Popular repositories Loading

  1. Paragrf Paragrf Public

    Config files for my GitHub profile.

  2. rocksdb rocksdb Public

    Forked from facebook/rocksdb

    A library that provides an embeddable, persistent key-value store for fast storage.

    C++

  3. lettuce lettuce Public

    Forked from redis/lettuce

    Advanced Java Redis client for thread-safe sync, async, and reactive usage. Supports Cluster, Sentinel, Pipelining, and codecs.

    Java

  4. brpc brpc Public

    Forked from apache/brpc

    brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" mea…

    C++

  5. oceanbase oceanbase Public

    Forked from oceanbase/oceanbase

    The Fastest Distributed Database for Transactional, Analytical, and AI Workloads.

    C++

  6. kvrocks kvrocks Public

    Forked from apache/kvrocks

    Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.

    C++