Pinned Repositories
Algorithm-template-of-java
Commonly used algorithms in competition
artmap
A high-performance thread-safe map based on GoLang
artrs
Rust Adaptive Radix Tree Synchronized
ARTSynchronized
bert.cpp
ggml implementation of BERT
faiss
A library for efficient similarity search and clustering of dense vectors.
llama.cpp
LLM inference in C/C++
raft
raft algorithm
redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
tidb
TiDB is a distributed HTAP database compatible with the MySQL protocol
gtygo's Repositories
gtygo/artmap
A high-performance thread-safe map based on GoLang
gtygo/Algorithm-template-of-java
Commonly used algorithms in competition
gtygo/raft
raft algorithm
gtygo/artrs
Rust Adaptive Radix Tree Synchronized
gtygo/ARTSynchronized
gtygo/bert.cpp
ggml implementation of BERT
gtygo/ChatGPT-Next-Web
A well-designed cross-platform ChatGPT UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT 应用。
gtygo/ClickHouse
ClickHouse® is a free analytics DBMS for big data
gtygo/faiss
A library for efficient similarity search and clustering of dense vectors.
gtygo/go
The Go programming language
gtygo/go-binance
A Go SDK for Binance API
gtygo/gpdb
Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI.
gtygo/llama.cpp
LLM inference in C/C++
gtygo/nobelium
A static blog build on top of Notion and NextJS, deployed on Vercel.
gtygo/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
gtygo/tidb
TiDB is a distributed HTAP database compatible with the MySQL protocol
gtygo/cppjieba
"结巴"中文分词的C++版本
gtygo/nebula
A distributed, fast open-source graph database featuring horizontal scalability and high availability
gtygo/nsq
A realtime distributed messaging platform
gtygo/okv
sample kv store
gtygo/parser
TiDB SQL Parser
gtygo/pebble
RocksDB/LevelDB inspired key-value database in Go
gtygo/pika
Pika is a nosql compatible with redis, it is developed by Qihoo's DBA and infrastructure team
gtygo/random
Random for modern C++ with convenient API
gtygo/redcon
Redis compatible server framework for Go
gtygo/rustpractise
rust example
gtygo/talent-plan
PingCAP training courses
gtygo/template-go-vercel
Template to get started with Go / Golang on Vercel for free!
gtygo/The-Golang-Standard-Library-by-Example
Golang标准库。对于程序员而言,标准库与语言本身同样重要,它好比一个百宝箱,能为各种常见的任务提供完美的解决方案。以示例驱动的方式讲解Golang的标准库。
gtygo/wire
Compile-time Dependency Injection for Go