Compl Yue

Results 25 issues of Compl Yue

I have a motivating use case, favoring direct mmap over serialization/deserialization, where a Compact Region tends to be reused by many machines, from multiple parallel processes, and even multiple lifecycles...

```bash $ git https://github.com/haskell/network.git $ code network ``` Then from VSCode open `Network/Socket/Posix/CmsgHdr.hsc` Got a problem reported: ```json { "resource": "/qw/ews/network/Network/Socket/Posix/CmsgHdr.hsc", "owner": "Haskell HIE (network)", "severity": 8, "message": "target ‘/qw/ews/network/Network/Socket/Posix/CmsgHdr.hsc’...

I find the documentation pane very useful, compared to static html docs generated from package source, especially the search experience is way more effective than the search functionality in static...

enhancement

https://github.com/julia-vscode/julia-vscode/issues/2868#issuecomment-1112320310 > Maybe we can have a special run mode of the LS, that started from cmd line and providing an http doc query page wrapping julia/getDocFromWord? It reminds me...

enhancement

What's in my mind is to replace forward/backward pass with the same algorithm, but using different _observation_ values (may be called _futuristic_ values, since they are yet to be observed...

Attempt to solve #293, implementing `Tables.partitions()` for `Arrow.Table` turns out trivial enough, though I'm not clear what to do about companion test cases, documentation etc. I'm lazy to have not...

https://github.com/apache/arrow-julia/blob/614fce0a5d7db8fee078be32690c5220848538e2/src/table.jl#L276-L293 I see from above that record batches will be parsed (esp. decompression could be rather intensive computation workload) in parallel if the Julia runtime has multithread enabled, which is...

I'm figuring out ways to have table columns processed by GPU, those coming from "arrow file" format files `mmap`ed for zero-copy. The full series can not fit into GRAM, while...

I see #23 closed but only *stream* format got supported. How about files in "arrow file" format, each with multiple record batches inside? With released version I get a single...

I have multiplayer p2p/LAN FPS with mobile devices in mind, also enjoying gyro experience like that in CoD mobile, how likely you'll consider to support such apps?