proyb6
proyb6
For what it worth, I feel it would be useful to provide use case and wiki so that anyone can get confident about using FastHTTP for their project? Wiki can...
The JSON could contains >200MB and memory usage was 3GB+, how do you handle large JSON efficiently and access value on 2nd level depth? ``` f, err := ioutil.ReadFile("1.json") if...
Since this is a neat and beautiful demo, would you mind to commenting every part of the code/api do for the intrigue coders and newbies?
I curious to see how fast is this shards vs Maxmind (Node.js)? https://github.com/runk/node-maxmind
I'm curious the Readme could included the memory and CPU usage between standard unix tools ga and rare? Another take to benchmark on embedded device is useful.
Libraries: github.com/goccy/go-json In my quick test, it's 1/2 the time faster of Jsoniter in Go and claims to be a true drop-in replacement of the standard json.
I think it is worth to discuss if there is any interest in benchmark with http/2 since it has been widely used across the web ecosystem.
```pointer = 20``` Should be ```*pointer = 20```
After compression from PNG to JP2, does it produce 100% exact details as PNG? From what I have tried to compare lossless JP2 produces more artificial (Affinity Photo with Contrast...
Compile from source with the guide in the README. OS: macOS Catalina Configuration sample from https://github.com/sqshq/sampler#runchart ``` sampler -c se.yml dyld: malformed mach-o image: segment __DWARF has vmsize < filesize...