|
23 | 23 | - [SLOW (Protocol implementation)](./vision/projects/SLOW.md) |
24 | 24 | - [😱 Status quo](./vision/status_quo.md) |
25 | 25 | - [Template](./vision/status_quo/template.md) |
26 | | - - [Alan tries to cache requests, which doesn't always happen](./vision/status_quo/alan_builds_a_cache.md) |
27 | 26 | - [Alan finds dropping database handles is hard](./vision/status_quo/alan_finds_database_drops_hard.md) |
28 | 27 | - [Alan has an external event loop](./vision/status_quo/alan_has_an_event_loop.md) |
29 | 28 | - [Alan hates writing a `Stream`](./vision/status_quo/alan_hates_writing_a_stream.md) |
30 | 29 | - [Alan iteratively regresses performance](./vision/status_quo/alan_iteratively_regresses.md) |
31 | 30 | - [Alan lost the world](./vision/status_quo/alan_lost_the_world.md) |
| 31 | + - [Alan misses C# async](./vision/status_quo/alan_misses_c_sharp_async.md) |
32 | 32 | - [Alan needs async in traits](./vision/status_quo/alan_needs_async_in_traits.md) |
33 | | - - [Alan wants to migrate a web server to Rust](./vision/status_quo/alan_picks_web_server.md) |
34 | 33 | - [Alan runs into stack trouble](./vision/status_quo/alan_runs_into_stack_trouble.md) |
35 | 34 | - [Alan started trusting the Rust compiler, but then... async](./vision/status_quo/alan_started_trusting_the_rust_compiler_but_then_async.md) |
36 | 35 | - [Alan thinks he needs async locks](./vision/status_quo/alan_thinks_he_needs_async_locks.md) |
37 | 36 | - [Alan tries using a socket Sink](./vision/status_quo/alan_tries_a_socket_sink.md) |
38 | 37 | - [Alan tries to debug a hang](./vision/status_quo/alan_tries_to_debug_a_hang.md) |
| 38 | + - [Alan tries to cache requests, which doesn't always happen](./vision/status_quo/alan_builds_a_cache.md) |
| 39 | + - [Alan wants to migrate a web server to Rust](./vision/status_quo/alan_picks_web_server.md) |
39 | 40 | - [Alan writes a web framework](./vision/status_quo/alan_writes_a_web_framework.md) |
40 | 41 | - [Alan extends an AWS service](./vision/status_quo/aws_engineer.md) |
41 | 42 | - [Writing a Java-based service at AWS](./vision/status_quo/aws_engineer/writing_a_java_based_service.md) |
|
53 | 54 | - [Debugging performance problems](./vision/status_quo/aws_engineer/debugging_performance_problems.md) |
54 | 55 | - [Using JNI](./vision/status_quo/aws_engineer/using_jni.md) |
55 | 56 | - [Barbara anguishes over HTTP](./vision/status_quo/barbara_anguishes_over_http.md) |
| 57 | + - [Barbara awants single threaded optimizations](./vision/status_quo/barbara_wants_single_threaded_optimizations.md) |
56 | 58 | - [Barbara battles buffered streams](./vision/status_quo/barbara_battles_buffered_streams.md) |
| 59 | + - [Barbara begets backpressure and benchmarks async_trait](./vision/status_quo/barbara_benchmarks_async_trait.md) |
57 | 60 | - [Barbara bridges sync and async in `perf.rust-lang.org`](./vision/status_quo/barbara_bridges_sync_and_async.md) |
58 | 61 | - [Barbara builds an async executor](./vision/status_quo/barbara_builds_an_async_executor.md) |
59 | 62 | - [Barbara carefully dismisses embedded `Future`](./vision/status_quo/barbara_carefully_dismisses_embedded_future.md) |
|
62 | 65 | - [Barbara makes their first foray into async](./vision/status_quo/barbara_makes_their_first_steps_into_async.md) |
63 | 66 | - [Barbara needs Async Helpers](./vision/status_quo/barbara_needs_async_helpers.md) |
64 | 67 | - [Barbara plays with async](./vision/status_quo/barbara_plays_with_async.md) |
| 68 | + - [Barbara polls a Mutex](./vision/status_quo/barbara_polls_a_mutex.md) |
65 | 69 | - [Barbara tries async streams](./vision/status_quo/barbara_tries_async_streams.md) |
66 | 70 | - [Barbara tries Unix socket](./vision/status_quo/barbara_tries_unix_socket.md) |
67 | 71 | - [Barbara trims a stacktrace](./vision/status_quo/barbara_trims_a_stacktrace.md) |
|
0 commit comments