-
We should add the following logic to semantic tokenization and see if it improves performance:
When a document is updated, check if was a added/deleted alphanumerical character and if the previous ch…
-
`DrawTextureParams` is a `Clone` type used in `draw_texture_ex` to specify how a particular texture should be drawn. The function takes `DrawTextureParams` directly though. Wouldn't it be more efficie…
-
Hello,
I am researching performant open source android emulators and came across Trinity.
Is the project still active?
Thanks
-
Currently, if a single kv in a batch loses last write wins or had an unexpected previous value, the whole batch is retried, where each row (i.e. pk kv + secondary index kvs) is committed in their own…
-
I've been informed by a few users that image rendering on non-flagship devices is extremely non-performant. Both GIFs and high-resolution transparent images have been shown to demonstrate this proble…
-
### Describe the bug:
This screenshot is a run on CoBlocks performance metrics where all CoBlocks extensions have been disabled.
![image](https://user-images.githubusercontent.com/30462574/136973…
-
### Context
`maliput::object::SimpleObjectQuery` complies with the ObjectQuery API however its underlying implementation may not be as performant as desired.
The bottleneck happens when querying …
-
Hi,
I am working on unsupervised clustering featuers vectors (length of 2048) of large sets of images (40k to 200k). I would like to do this using t-SNE and then explore it using the Tensorboard em…
-
There is a key to key hash mapping in the statedb, research if it actually makes sense and remove if we are actually better without it
-
In https://github.com/pydantic/pydantic/pull/10766 and https://github.com/pydantic/pydantic/pull/10662, we made the switch for url like types to be proper Python classes, which helps to clean up behav…