-
- [x] `libuv` binding layer
- [x] `fsm` api
- [x] glue between `libuv` and `fsm`
- [ ] stream api
- [ ] http implementation
- [x] investigate `kestrel`'s `MemoryPool`
-
### Describe the enhancement requested
A common memory (re)allocation pattern is to persist a dynamically-sized scratch buffer (for example when decompressing or decoding data). Currently, the two …
-
May I get your support on compiling ARM64 PyArrow.
I’m trying to compile it through the below steps on Windows on ARM device. When I run the last line command ‘python setup.py build_ext –inplace’…
-
```c++
#include "../src/memory_pool.h"
// #include "../tmp/MemoryPool.h"
// #include "../src/allocate.h"
#include
#include
#include
std::vector v;
// std::vector v;
int main(void) …
-
Related to https://github.com/skiptests/astraea/issues/1615#issuecomment-1488616915
`localReceiver` 將所有目標的 metric 拉下來 -> 過濾 -> 儲存。
然而,當 kafka cluster 內有許多 partition 時,metric 的數量也會增大。(數量大約是 2000 pa…
-
Originally reported on Google Code with ID 470
```
If I could design bitcoinj again, I'd make Transaction fully immutable and not have
any attached objects. Unfortunately, that's not how the code is …
-
### Bug description
When utilizing Velox to read data from Spark, we've observed that certain data types are not represented identically between Spark and Parquet files. This discrepancy results in a…
-
### Describe the enhancement requested
```C++
class PARQUET_EXPORT FileReader {
public:
/// Factory function to create a FileReader from a ParquetFileReader and properties
static ::arrow::St…
-
**Lorien version:** 0.5.0
**OS/device including version:** Linux (Fedora 35)
**Issue description:**
On exit, I get the following messages which appear to be related to godot-cpp:
…
-
### Description
We must replace the interfaces provided by `#include "arrow/io/memory.h"` and `#include "arrow/buffer_builder.h"` with equivalent Velox buffers and sinks.
Example: These headers ar…