Skip to content

0.327.4

Latest

Choose a tag to compare

@botberry botberry released this 06 Sep 16:18
· 2 commits to main since this release

This release fixes unnecessary allocation and enqueue overhead in DataLoader.

Batch entries now use slotted dataclasses and avoid runtime generic construction.
Batch selection also avoids repeated attribute lookups and length-method calls.
Existing batching, caching, priming, and cancellation behavior is preserved.

This release was contributed by @patrick91 in #4611