Omid Hekayati
Omid Hekayati
> do you have benchmarks to prove that these will provide real world performance improvements? No, but It's not to hard to write some codes. Anyway, as said, It is...
> I don't quite see how `modtimer` works if we remove the `when` field from `timer`. The `modtimer` functio would not have access to the `timerBucket`, so it would not...
@ianlancetaylor You are right, I must choose better words to transfer my thoughts in better way (English is not my native language). I agree with you that no one want...
As you can see our [benchmark here](https://github.com/GeniusesGroup/go-benchmarks/blob/496793f56eebe8e0657fcaf823ecc7385695a14c/timer/timing-heap-old_test.go), The below result show that when timers allocate in very different memory location with many timers in timing, it is take almost 10X...
use this rule in version 1.2 $ curl http://localhost:8080/{SwaggerPath}/{path}/ in your case: $ curl http://localhost:8080/swagger.json/users/
Yes, Why not! in version 2 all document represent in one json in this url: $ curl http://{host}/{SwaggerPath}/ and you have a key for {path} inside that json. response Json...