Results 209 comments of Michael Sokolov

Yes, we have to wait -- and since the API is changing there, this will need to adapt before it can be pushed.

I wonder if it was taking a long time to merge? Did you look at the log files? Did it complete the baseline index? It's also possible it now takes...

I was able to index 1M vectors and run vector task benchmarks. I did see occasional pauses for merges, but nothing like 1/2 hour. Well I used 100d vectors. I...

I think developers could switch by: ``` > git fetch ... get the new main branch > git branch -m main > git branch --set-upstream-to origin/main > git prune ......

hmm your mention of URLs in charts makes me wonder if we shouldn't keep the `master` branch around even if it's deprecated. Maybe there are published charts with URLs containing...

My fork shows a "rename" button here: https://github.com/msokolov/luceneutil/branches maybe yours would do that for you?

There is no statistical difference here. The final column, p value, tells you the probability that the difference you are observing is due to random chance. It's one. You can...

The VectorDictionary parsing should be a one-time startup cost that is part of the luceneutil test harness - probably it's not worth optimizing? Although we could certainly produce a more...

If the "vectors stuff" is related to VectorDictionary, then yeah it is setup code. We could improve the situation by using a better (on-disk) format like FST for that, then...

A "stretch goal" would be to automate refreshing the wiki docs using some scripting - I recently added an Ant build.xml, or this could use Python - better than a...