Prateek Rungta

Results 26 issues of Prateek Rungta

The current implementation does a lot of allocations so it'd be beneficial to allow pooling of bitmaps. This'd amortise the cost of allocations for long running applications. Something like: ```...

Hey folks, thanks for a pretty bad ass library! I'm seeing a 3-3.3x gain when decoding fairly large JSON payloads (40-50MB) as compared stdlib/json-iterator. Few things in the generated code...

new feature
good first issue

It'd be useful to hook into the script generated by godownloader for repositories that publish their dependencies via https://github.com/goreleaser/goreleaser and https://github.com/goreleaser/godownloader. What do you reckon?

Ported from https://github.com/m3db/m3x/pull/186

First off - I love using `code-sync` to keep my vscode settings sync'd with my dotfiles; I much prefer that route over sync'ing via some other server. I currently use...

- Adds underpinnings to support document data compression in `m3ninx`. - Support for three codecs: `snappy`, `deflate` and `lz4` - Minor refactoring to abstract away `docs.Reader` and `docs.Writer` type away...

Whilst using Histograms in Tally, if you mix-match the type the bucket and the value reported. It results in silent failure. For instance, if you create DurationBuckets and RecordValue (or...

Hey @mauricelam! First, thank you for the work on the library. We really appreciate the work you've put into it. We use it extensively for generating type aware collections like...

Two parts: - Make `hh ls` accept the same flags as `hdfs dfs -ls` ``` Usage: hadoop fs [generic options] -ls [-d] [-h] [-R] [ ...] ``` - The output...