fredbi

Results 101 comments of fredbi

@SOF3 at the moment, this is not available. Hopefully, this repo will adopt generics some day. Meanwhile, you may take a look at a generic implementation on top of pflag,...

The example code should be completed regarding how the "flags" variable is created. The ` FlagSet.SortFlags` field is indeed exported. ` CommandLine` is a convenient ` FlagSet` exposed by the...

```go // 1. Defaults: none at the moment (defaults are set together with flags) // 2. Override via environment variables // NOTE: // Since there is no viper env prefix...

> Agree that this is drifting away from the original intent of this PR. Let's have this one merged and move on forward. > My suggestion was merely about exploiting...

@ransomw1c could you please elaborate on the use case?

revived with kubernetes v1.16, unfortunately not available on gke yet.

My take on this would be a local badgerdb acting a the local key-oriented staging

localfs case addressed by #404 We might still worry about the overall efficiency of key walking on a localfs. I don't see any better solution for now.

TODO: in core, replace calls to `store.Keys` by iterators. Plus: should deprecate `Keys` in storage.Store

@kerneltime looks like the current situation is as follows: - reads and writes are parallelized in chunks the size of a leaf - we do not split further down than...