-
Ok, so in my use case, I've got a reasonable number of points (some 500 per chart line, three lines per chart), and about every 20 ms I'm pushing a new data point with `chart.load`. This load causes …
-
When you drag it to the bottom of a list, the `onDragOut` function is triggered instead of the `onDrop` function.
![CleanShot 2024-11-06 at 12 29 50](https://github.com/user-attachments/assets/b0c7c5…
-
I do this in the sdks but it would be way more performant if I could do it in libxmtp and also allow limit to actually work correctly.
-
Word2Vec
https://www.tensorflow.org/text/tutorials/word2vec
Efficient Estimation of Word Representations in Vector Space (word embeddings w/ BoW or N-grams)
https://arxiv.org/pdf/1301.3781.pdf
…
-
I was thinking maybe it could be possible to use `Set` instead to do the same thing...
A benchmark for it maybe?
```js
var a = ['a', 'b', 'c', 'd'];
var b = ['b', 'c'];
var set = new Set(a)
…
-
Thanks for the library -- it's great to have a performant binding.
One major feature of spreadsheets is merged cells, which calamine added support for earlier this year: https://github.com/tafia/c…
-
Currently, large models rank the highest on the leaderboard. I believe it would be ideal to have a plot like [this](https://kennethenevoldsen.github.io/scandinavian-embedding-benchmark/speed_performan…
-
`WC_Subscriptions_Order->render_contains_subscription_column_content()` adds two additional queries for each order listed on the orders admin listing page.
A couple of ways to make an improvement:
…
-
Ruby 3.1 introduces a more performant anonymous block forwarding syntax that we should adopt once we freeze support for Ruby 3.0
https://bugs.ruby-lang.org/issues/11256
https://docs.rubocop.org/rub…
-
Until now, the lib uses OkHttp client which is a very performant http client in java. By the way, it implements transparently http body compression, easily http caching and native http2. But OkHttp cl…