Skip to content

Very few changes. Good!

Pre-release
Pre-release
Compare
Choose a tag to compare
@glommer glommer released this 15 Jul 15:45
· 274 commits to master since this release
50cab0b

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