Very few changes. Good!
Pre-release
Pre-release
I am removing the beta tag from this release, and if all goes well, the next one should reach 1.0. If you have objections let me know
There are three big feature changes in this release:
- There is now an
ImmutableFile
type, that encodes the fact that a file will never change, opening the door for file-level optimizations like metadata caching and request deduplication - There is an API to submit I/O in bulk (
read_many
) - There is way to create many executors at once, executing homogeneous code
LocalExecutorPool