or run

tessl search
Log in

Version

Workspace
tessl
Visibility
Public
Created
Last updated
Describes
pypipkg:pypi/asyncstdlib@3.13.x
tile.json

tessl/pypi-asyncstdlib

tessl install tessl/pypi-asyncstdlib@3.13.0

The missing async toolbox - re-implements functions and classes of the Python standard library to make them compatible with async callables, iterables and context managers

Agent Success

Agent success rate when using this tile

84%

Improvement

Agent success rate improvement when using this tile compared to baseline

3.36x

Baseline

Agent success rate without this tile

25%

Assessment results

Generated

Agent Claude Code

Scenario 1

ExitStack for dynamic context management

100%

Scenario 2

Basic aggregation (sum, max, min)

0%

Scenario 3

Parallel iteration with zip()

35%

Scenario 4

Uniform async iteration with any_iter()

70%

Scenario 5

Zipping with fillvalue support (zip_longest)

60%

Scenario 6

Compressing data with selectors

40%

Scenario 7

Batching iterables into fixed-size groups

85%

Scenario 8

Sorting async iterables

100%

Scenario 9

Boolean testing with all() and any()

79%

Scenario 10

Synchronized cached properties with locks

20%