Pinned Repositories
balancer
⚖️ Goroutine-safe, High-performance general load balancing algorithm library.
beats-http-output
🐠 Beats (filebeat, metricbeat ...) http output plugin
bytespool
🔥 BytesPool, Reuse used byte slices to achieve zero allocation.
cache
🗃️ [高性能内存缓存库] Goroutine-safe, high-performance in-memory cache, optimized for reads over writes, with expiration, rich API, and support for generics.
Demo.asyncio
Python 并发, 并行, 协程和异步IO, 示例代码
freelru
FreeLRU - A GC-less, fast and generic LRU hashmap library for Go
pkg
🏃 pkg 敏捷开发软件包
PyAgent
🔰 基于 asyncio 的高性能/插件式 Python Agent, 灵感来自 Telegraf, 跨平台的运维监控和指标采集客户端框架
utils
🎉 Utilities for go (常用的助手函数, 0 依赖, 性能至上)
fiber
⚡️ Express inspired web framework written in Go
fufuok's Repositories
fufuok/utils
🎉 Utilities for go (常用的助手函数, 0 依赖, 性能至上)
fufuok/beats-http-output
🐠 Beats (filebeat, metricbeat ...) http output plugin
fufuok/bytespool
🔥 BytesPool, Reuse used byte slices to achieve zero allocation.
fufuok/cache
🗃️ [高性能内存缓存库] Goroutine-safe, high-performance in-memory cache, optimized for reads over writes, with expiration, rich API, and support for generics.
fufuok/cmap
🌈 读写性能更优的 sync.Map. a thread-safe concurrent map for go. forked from orcaman/concurrent-map
fufuok/myip
获取本机内网 / 公网 IP
fufuok/pkg
🏃 pkg 敏捷开发软件包
fufuok/reverse-proxy
HTTP(s) Reverse Proxy (HTTP/HTTPS 反向代理)
fufuok/chanx
🪐 永不阻塞, 无限缓存的 channel. unbounded chan. forked from smallnest/chanx
fufuok/jsongen
generate json string by one memory allocation 高效的 JSON 字符串生成器
fufuok/ringbuffer
Infinite ring buffer with auto-expanding or fixed capacity.
fufuok/freelru
FreeLRU - A GC-less, fast and generic LRU hashmap library for Go
fufuok/ants
🐜🐜🐜 ants is a high-performance and low-cost goroutine pool in Go, inspired by fasthttp./ ants 是一个高性能且低损耗的 goroutine 池。
fufuok/arpc
更高效, 更灵活, 无依赖的网络通信选择. More effective network communication, two-way calling, notify and broadcast supported.
fufuok/assert
Simplified version of testify, asserts equal to or nil.
fufuok/cloud-ip-ranges
An up-to-date export of cloud provider IP address ranges
fufuok/conc
Better structured concurrency for go
fufuok/cron
a cron library for go, optimized.
fufuok/deepcopy
Deep copy things
fufuok/deque
Fast ring-buffer deque (double-ended queue) stack examples
fufuok/gjson
Get JSON values quickly - JSON parser for Go
fufuok/gofiber-utils
:zap: A collection of common functions but with better performance, less allocations and less dependencies created for Fiber.
fufuok/ipaddress-go
Go library for handling IP addresses and subnets, both IPv4 and IPv6
fufuok/iplib
A library for working with IP addresses and networks in Go
fufuok/ntp
a simple ntp client package for go
fufuok/openai-go
Go client libraries for OpenAI
fufuok/otter
A high performance lockless cache for Go. Many times faster than Ristretto and friends.
fufuok/rcon
Source RCON Protocol implementation in Go.
fufuok/tracelib
Simple traceroute implementation in go
fufuok/xsync
高性能并发安全同步扩展库 `Counter` `Map` `MPMCQueue` `RBMutex`, Concurrent data structures for Go