Chase Wilson

Results 101 comments of Chase Wilson

Tuple order is good, I think a name involving `insert` would be good since that‘s similar to the HashMap api

I'm looking at using inferno to generate flame charts, has there been any progress on a programmatic api?

I've poked around the code a bit, but I'm not really sure how things go from trace file to flamegraph, is all the data that's involved a number of samples...

Triage: This can be part of #740 as we pass the `have_examples` variable to templates, however I can see issues related to crates that don't use an `examples` folder for...

Linear types are a form of [substructural type systems](https://en.wikipedia.org/wiki/Substructural_type_system#Linear_type_systems), notable implementors are Clean and Haskell (via GHC extension)

Triage: This could be fairly easy to do, maybe something to think about as part of #740

[This](https://send.firefox.com/download/ae4e4bda11feacaf/#c_KN48z7LAZrJa_D7R-c6A) (300MiB) is our most problematic example, it and similarly sized ones have OOM'd a 15GB server, but other smaller ones have similarly painful consequences. The code we use to...

I also looked into this the other day and my best guess is that `StepRng`'s distribution is such that it creates skewed distributions when we call [`next_string()` or `next_extra()`](https://github.com/vmware/database-stream-processor/blob/main/src/nexmark/generator/strings.rs#L12-L33), occasionally...

I've been wondering this for a while, is it possible to have a semi-live builds page for in-progress crates? And/or to make the builds page when a crate's queued so...

Somewhat related but maybe distinct enough for its own issue, there's no way to iterate over [`fst::map::Values`](https://docs.rs/fst/latest/fst/map/struct.Values.html) or [`fst::set::Stream`](https://docs.rs/fst/latest/fst/set/struct.Stream.html) in a reversed order, nor any way I can see to...