Pinned Repositories
abseil-cpp
Abseil Common Libraries (C++)
actix-web
Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
bonecp
BoneCP is a Java JDBC connection pool implementation that is tuned for high performance by minimizing lock contention to give greater throughput for your applications. It currently beats all known connection pools, including C3P0 and DBCP, as shown on the benchmark section on the site.
faiss
A library for efficient similarity search and clustering of dense vectors.
JavaGuide
真够全的,fork 备份,以后再有童鞋需要,可以直接丢这个过去了。【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。
nmon
A fork of nmon(http://nmon.sourceforge.net/)
ptmalloc
redis
Type-safe Redis client for Golang
redisson
Redisson - distributed Java objects and services (Set, Multimap, SortedSet, Map, List, Queue, BlockingQueue, Deque, BlockingDeque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Executor service, Tomcat Session Manager, Scheduler service, JCache API) on top of Redis server. State of the Art Redis client
tokio-cn-doc
Rust, Tokio, CN, Doc, Demo
hustfisher's Repositories
hustfisher/bonecp
BoneCP is a Java JDBC connection pool implementation that is tuned for high performance by minimizing lock contention to give greater throughput for your applications. It currently beats all known connection pools, including C3P0 and DBCP, as shown on the benchmark section on the site.
hustfisher/JavaGuide
真够全的,fork 备份,以后再有童鞋需要,可以直接丢这个过去了。【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。
hustfisher/redis
Type-safe Redis client for Golang
hustfisher/tokio-cn-doc
Rust, Tokio, CN, Doc, Demo
hustfisher/AMNA
AMNA Project
hustfisher/ansible
Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications — automate in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com/ansible/
hustfisher/awesome-TS-anomaly-detection
List of tools & datasets for anomaly detection on time-series data.
hustfisher/breeze
hustfisher/codis
Proxy based Redis cluster solution supporting pipeline and scaling dynamically
hustfisher/ddia
《Designing Data-Intensive Application》DDIA中文翻译
hustfisher/faiss_note
faiss wiki in chinese.
hustfisher/gflags
The gflags package contains a C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used. Online documentation available at:
hustfisher/go
The Go programming language
hustfisher/golang123
golang123 是使用 vue、nuxt、node.js 和 golang 开发的知识分享系统
hustfisher/gopsutil
psutil for golang
hustfisher/gorm
The fantastic ORM library for Golang, aims to be developer friendly
hustfisher/hyper
An HTTP library for Rust
hustfisher/libmc
Fast and light-weight memcached client for C++ / #python / #golang #libmc
hustfisher/libra
Libra’s mission is to enable a simple global payment system and financial infrastructure that empowers billions of people.
hustfisher/mysql-server
MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.
hustfisher/reqwest
An easy and powerful Rust HTTP Client
hustfisher/rsedis
Redis re-implemented in Rust.
hustfisher/SaaS
List of SaaS that we are using
hustfisher/starcoin
A Layered Cryptocurrency and Decentralized Blockchain System.
hustfisher/tcpkit
A tool analyzes tcp packets with Lua
hustfisher/tcprstat
服务器时延统计工具,在原有功能基础上,增加时延阈值统计,记录超过阈值的包个数,并把数据包时间戳记录到日志文件,这样可以根据时间戳快速定位到抓包文件中对应的包,从而可以快速定位到大时延包,避免了人肉搜索抓包文件,提高问题排查效率,所有参数可配置。可以以在线方式和离线方式分析redis、memcached、mysql、nginx等请求应答系统的时延,并定位慢响应数据报文。(源码学习交流QQ群:568892619)
hustfisher/warp
A super-easy, composable, web server framework for warp speeds.
hustfisher/website
Website for the Tokio project
hustfisher/Youtube-Recommendation-Tensorflow
code of paper `Deep Neural Networks for Youtube Recommendation`
hustfisher/zinx
基于Golang解决的长连接并发服务器框架