-
There are patches in flight for the linux kernel to add an additional mechanism to allow file IO without affecting file caches. The proposal uses a new flag RWF_UNCACHED for the preadv2 and pwritev2 s…
-
Create a basic implementation of beatmap file and basic CRUD with the game's storage.
-
1. What version of Python are you using?
```
Python 3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]
```
2. What operating system and processor architecture are you using?
```
Linux-5.15.…
-
IIRC the final `LogMsg`s are kept around in memory and then passed at once to the IO thread which streams them to a file.
I don't remember why we couldn't stream them to the IO thread with a channe…
-
**Is your feature request related to a problem? Please describe.**
It always bothered me that file operations can block the main thread and aren't async.
It would be great if file functions could …
-
#### What would you like to be added:
The legacy package repositories (and most of package repositories) supported browsing files, e.g. you can browser the APT repository by going over to apt.kuber…
-
Exception com.facebook.react.common.JavascriptException: Java exception in 'NativeModules' java.lang.NullPointerException: Attempt to invoke virtual method 'java.io.File java.io.File.getParentFile()' …
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues.
### Description
Currently, Doris is…
-
### Acknowledgement of preliminary instructions
- [X] I have read the preliminary instructions, and I am certain that my problem has not already been addressed.
- [X] I have thoroughly looked through…
-
The included io_uring example doesn't show how to read files or other operations supported by io_uring.
I would like to implement a random access file reader class that will handle batches of read …