comunidadio

Results 7 comments of comunidadio

FYI Dgraph recently posted an article explaining some details of their implementation https://dgraph.io/blog/post/serialized-roaring-bitmaps-golang/

Got the same issue on Optimism pool page. High CPU usage. Very unresponsive UI when changing range low or high.

This would be so useful API to have out-of-the-box, like in the browser.

+1 It would be great to have official arm64 builds available as the architecture is getting more popular, both for development (recent Macbooks) and for servers (graviton etc).

Looks like unmerged PR at https://github.com/segmentio/parquet-go/pull/472 could allow a workaround - tho not using *time.Time directly but *int64.

Could be related to #185 - something's wrong with reusing decimal.Big from strings.

As a workaround to allow reuse, calling SetUint64(0) before the second call to SetString makes it work as expected. Checking the SetString implementation, it looks like it shall reset some...