Nick Karlov
Nick Karlov
The newest version of .net has LINQ SIMD-optimized. https://devblogs.microsoft.com/dotnet/performance_improvements_in_net_7/#linq Could you please consider to add the same functionality? Method | Runtime | Length | Mean | Ratio | Allocated |...
### Describe the bug I'am testing DataFusion for using it in a system which has several thousand columns and billions of rows. I'm excited about the flexibility and possibilities this...
### Is your feature request related to a problem or challenge? Consider we have huge data source consists of many record batches. Now it's impossible to get last recent N...
Tarantool has several new data types. It's needed to ensure that connector can properly serialize/deserialize them. - [ ] UUID (`MP_UUID` Since version [2.4.1](https://www.tarantool.io/ru/doc/latest/release/2.4.1/)) - [ ] Datetime (`MP_DATETIME` Since...
Currently the only way way to [configure](https://microsoft.github.io/mimalloc/environment.html) underlying mimalloc is to use env variables, but it's very useful to set them up programatically. So the idea is to add rust...
We'd like to set number of fibers executing all the requests for a particular session (connection) individually. Use cases: - 1) Keep order of execution of requests in batching mode...