morrisxyang / xreflectLinks
A simple and user-friendly reflection utility library.
☆46Updated last year
Alternatives and similar repositories for xreflect
Users that are interested in xreflect are comparing it to the libraries listed below
Sorting:
- pcopy是深度拷贝库,相比上个版本(v0.0.10),性能提升4-10倍☆91Updated 2 months ago
- A simple error library that supports error stacks, error codes, and error chains.☆56Updated last year
- 🗃 Generic cache use and cache manage. Provide a unified usage API by packaging various commonly used drivers. Support File, Memory, Red…☆198Updated last week
- minimalist in-memory kv storage, powered by hashmap and minimal quad heap.☆50Updated last year
- A tool to generate bun, gorm, sql, sqlx and xorm sql code.☆85Updated last year
- a simple fsm for Go☆51Updated 3 years ago
- Simple and high-performance data structures and algorithms library☆59Updated 8 months ago
- 高性能websocket库, Callback写法,在高频cpu上有不俗表现 https://github.com/antlabs/quickws-example☆103Updated last year
- Stream API for Go.☆92Updated 3 years ago
- a simple netpoll implemented using go☆78Updated 2 years ago
- go-optioner is a tool for generating functional options pattern in Go code. This tool can automatically generate corresponding options co…☆65Updated last year
- The best go rawsql lib.☆44Updated last year
- 让 Go 便捷使用装饰器的工具,装饰器能够切面 (AOP)、代理 (Proxy) 任意的函数和方法,提供观察和控制函数的能力。go-decorator is a tool that allows Go to easily use decorators. The decora…☆79Updated 4 months ago
- ☆99Updated 2 years ago
- Mir is a toolkit for register method handler to http engine router(eg: gin,echo,iris,mux,httprouter) use struct tag info.☆85Updated last week
- gorm v2的即插即用、无需修改代码的旁路缓存。An easy-to-use look-aside cache solution for gorm v2 users.☆118Updated last year
- 100w连接仅需500-700MB内存,针对海量连接特别优化的websocket库(kqueue, epoll),高性能,callback写法,在服务器cpu上有不俗表现 https://github.com/antlabs/greatws-example