Skip to content

Commit d71da54

Browse files
authored
Add newly merged stories
As agreed to merge during meeting 2021-06-25 add these stories. Alphabetic arrangement Alan misses C# async Barbara begets backpressure and benchmarks async_trait Barbara polls a Mutex Barbara wants single threaded optimizations
1 parent f96be68 commit d71da54

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/SUMMARY.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,20 @@
2323
- [SLOW (Protocol implementation)](./vision/projects/SLOW.md)
2424
- [😱 Status quo](./vision/status_quo.md)
2525
- [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)
2726
- [Alan finds dropping database handles is hard](./vision/status_quo/alan_finds_database_drops_hard.md)
2827
- [Alan has an external event loop](./vision/status_quo/alan_has_an_event_loop.md)
2928
- [Alan hates writing a `Stream`](./vision/status_quo/alan_hates_writing_a_stream.md)
3029
- [Alan iteratively regresses performance](./vision/status_quo/alan_iteratively_regresses.md)
3130
- [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)
3232
- [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)
3433
- [Alan runs into stack trouble](./vision/status_quo/alan_runs_into_stack_trouble.md)
3534
- [Alan started trusting the Rust compiler, but then... async](./vision/status_quo/alan_started_trusting_the_rust_compiler_but_then_async.md)
3635
- [Alan thinks he needs async locks](./vision/status_quo/alan_thinks_he_needs_async_locks.md)
3736
- [Alan tries using a socket Sink](./vision/status_quo/alan_tries_a_socket_sink.md)
3837
- [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)
3940
- [Alan writes a web framework](./vision/status_quo/alan_writes_a_web_framework.md)
4041
- [Alan extends an AWS service](./vision/status_quo/aws_engineer.md)
4142
- [Writing a Java-based service at AWS](./vision/status_quo/aws_engineer/writing_a_java_based_service.md)
@@ -53,7 +54,9 @@
5354
- [Debugging performance problems](./vision/status_quo/aws_engineer/debugging_performance_problems.md)
5455
- [Using JNI](./vision/status_quo/aws_engineer/using_jni.md)
5556
- [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)
5658
- [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)
5760
- [Barbara bridges sync and async in `perf.rust-lang.org`](./vision/status_quo/barbara_bridges_sync_and_async.md)
5861
- [Barbara builds an async executor](./vision/status_quo/barbara_builds_an_async_executor.md)
5962
- [Barbara carefully dismisses embedded `Future`](./vision/status_quo/barbara_carefully_dismisses_embedded_future.md)
@@ -62,6 +65,7 @@
6265
- [Barbara makes their first foray into async](./vision/status_quo/barbara_makes_their_first_steps_into_async.md)
6366
- [Barbara needs Async Helpers](./vision/status_quo/barbara_needs_async_helpers.md)
6467
- [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)
6569
- [Barbara tries async streams](./vision/status_quo/barbara_tries_async_streams.md)
6670
- [Barbara tries Unix socket](./vision/status_quo/barbara_tries_unix_socket.md)
6771
- [Barbara trims a stacktrace](./vision/status_quo/barbara_trims_a_stacktrace.md)

0 commit comments

Comments
 (0)