Gustav Wengel

Results 151 comments of Gustav Wengel

Hey @mayya-sharipova / @mark-vieira any updates or timelines on this? It's also crucial for our adoption of ElasticSearch

Yeah sorry for not doing that in the example - it doesn't actually make much of a difference. I've tried doing that but: - It requires that I precompute some...

Ah, I see - the caching would explain it! An implementation that uses `sorted_ords_to_term_cb` does seem to be about 40% faster than repeatedly doing lookups, which is good to know!...

So, coming back to this after trying tantivy 0.25 without zstd-columnar compression, using a fastfield is still significantly (2x~) slower than just doing lookups directly. I have timed 3 different...

Sorry, the timings were probably easy to miss. The timings for approach 1 are as follows: `Round: 'Approach without fastfields': Time elapsed = 11.486ms` I have some old flamegraphs lying...

Also interested in this. Agree that retrofitting this into the existing API is probably going to be a bit clunky (if impossible without a breaking change?) Is there anywhere I...

> Having the Response in an Error enum value grows the enum memory size considerably (since the enum always takes the size of the largest value). This can be solved...

Just wanted to circle back to this issue, as I've tried to update ureq in our repositories again recently, first having troubles with #998. We have a couple of thousand...

That's true - I think I should probably have clarified that the path of least resistance is to switch everything over to using agents. Yours is a pretty workaround to...