Cary

Results 12 issues of Cary

Hello, `gobwas/glob` is so nice. I use `gobwas/glob`, and I do some benchmark with ` path/filepath` . I find it is faster than` path/filepath`'s glob and match method, Could you...

Hi~ I build my service with fasthttp, and I want to use NewRelic APM, but I find go-agent doesn't support fasthhttp, and I google it but I don't find the...

Hi~ I read the code of client_manager.go, and I have a question about mutex. For example: one part: func (m *ClientManager) Add(client *Client) ```go ... m.mu.Unlock() m.removeOldest() m.mu.Lock() ``` two...

question

请求borm 对 sql注入问题,是怎么解决的?是借助原生的sql库,sql语句和参数? 的方式吗

第一张所有排序的复杂度总结图,希尔排序的最坏时间复杂度是不是错了?

High performance real-time search (Support Chinese), index in Redis for Rails application. Real-time search High performance Segment words search and prefix match search Support match with alias Support ActiveRecord and...

review

Hi antirez, How do you do? I build the redis cluster for work recently. Then I read the source code in `redis-rb-cluster` seriously. Yeah, I am a Rubist. I find...

Hi, I do this: curl -v -L -X PUT -d bigswag lo:3000/wehave, and server print: replica 0 write failed: http://localhost:3001/sv07/60/08/L3dlaGF2ZQ== then I go on: curl -v -L localhost:3000/bigswag or curl...

Hi~ I read the README.md of go-do-work. About Batch code example, something is wrong? ```go type adder struct { count uint32 } func (a adder) DoWork() { a.count++ time.Sleep(1 *...