Pinned Repositories
nutsdb
A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set.
nutshttp
A http server for nutsdb
proposal
NutsDB proposals
godbal
Database Abstraction Layer (dbal) for Go. Support SQL builder and get result easily (now only support mysql)
gorouter
xujiajun/gorouter is a simple and fast HTTP router for Go. It is easy to build RESTful APIs and your web framework.
gotokenizer
A tokenizer based on the dictionary and Bigram language models for Go. (Now only support chinese segmentation)
pattern-guidance
Design pattern guide (PHP、Java、Golang implementation)
tast-jsonrpc
The Go language implementation of jsonrpc framework. Support PHP、Java、Golang、Python client .
tast-process
An extension providing multi process for PHP 7
tastjava
The RESTful Web API framework for Java
xujiajun's Repositories
xujiajun/gorouter
xujiajun/gorouter is a simple and fast HTTP router for Go. It is easy to build RESTful APIs and your web framework.
xujiajun/pattern-guidance
Design pattern guide (PHP、Java、Golang implementation)
xujiajun/godbal
Database Abstraction Layer (dbal) for Go. Support SQL builder and get result easily (now only support mysql)
xujiajun/gotokenizer
A tokenizer based on the dictionary and Bigram language models for Go. (Now only support chinese segmentation)
xujiajun/mmap-go
A portable mmap package for Go
xujiajun/gokvstore-bench
Go key/value store benchmark
xujiajun/utils
my utils for golang
xujiajun/awesome-go-storage
A curated list of awesome Go storage projects and libraries
xujiajun/golang-open-source-projects
为互联网IT人打造的中文版awesome-go
xujiajun/gorouter-bench
benchmark for the gorouter
xujiajun/night-reading-go
Go 夜读 > Night Reading Go - Go source reading and offline technical discussion every Thursday night.
xujiajun/ordered-data-collection-program
ordered data collection program
xujiajun/xujiajun.github.io
personal blog
xujiajun/architect-awesome
后端架构师技术图谱
xujiajun/awesome-go
A curated list of awesome Go frameworks, libraries and software
xujiajun/awesome-go-China
A curated list of awesome Go frameworks, libraries and software written by Ethnic Chinese.
xujiajun/badger
Fast key-value DB in Go.
xujiajun/dive-to-gosync-workshop
深入Go并发编程研讨课
xujiajun/Go-000
xujiajun/Go-001
xujiajun/gomodtest
go mod test
xujiajun/grpc-go
The Go language implementation of gRPC. HTTP/2 based RPC
xujiajun/hraftd
A reference use of Hashicorp's Raft implementation
xujiajun/nocode
The best way to write secure and reliable applications. Write nothing; deploy nowhere.
xujiajun/php-ups-api
php-ups-api
xujiajun/protocol
xujiajun/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, HyperLogLogs, Bitmaps.
xujiajun/snowflake
A very simple to use Go (golang) package to generate or parse Twitter snowflake IDs
xujiajun/time
[mirror] Go supplementary time packages
xujiajun/xujiajun