Hacker News
- Sync vs. Async Python: What Is the Difference? https://blog.miguelgrinberg.com/post/sync-vs-async-python-what-is-the-difference 112 comments
- Automatic code conversion from async to sync https://www.psycopg.org/articles/2024/09/23/async-to-sync/ 2 comments
- Async Rust can be a pleasure to work with (without `Send and Sync and 'static`) https://emschwartz.me/async-rust-can-be-a-pleasure-to-work-with-without-send-sync-static/ 4 comments
- The bane of my existence: Supporting both async and sync code in Rust https://nullderef.com/blog/rust-async-sync/ 155 comments
- Show HN: Lfi – a lazy functional sync, async, and concurrent iteration library https://lfi.dev/ 48 comments
- Performance Testing Sync-Over-Async Scenarios https://wapplegate.com/performance-testing/ 2 comments dotnet
- sync-async-runner, naive async runner that runs on the current thread https://www.reddit.com/r/rust/comments/h9mvdm/syncasyncrunner_naive_async_runner_that_runs_on/ 6 comments rust
- maybe-async: unifying async and sync implement for upstream application/crates https://github.com/fmeow/maybe-async-rs 5 comments rust
- Lambda - sync vs async https://www.npmjs.com/package/loadtest# 3 comments aws
- announcing maitake-sync: async synchronization primitives for no-std https://www.elizas.website/announcing-maitake-sync.html 7 comments rust
- RESTful API in Sync & Async Rust https://github.com/pretzelhammer/rust-blog/blob/master/posts/restful-api-in-sync-and-async-rust.md 2 comments rust
- Sync vs. Async Python: What is the Difference? https://blog.miguelgrinberg.com/post/sync-vs-async-python-what-is-the-difference 5 comments programming
- What is the difference: Threading vs Async vs Sync vs Multiprocessing https://www.reddit.com/r/learnprogramming/comments/gcw0ps/what_is_the_difference_threading_vs_async_vs_sync/ 8 comments learnprogramming
- Detecting Sync over Async Code https://codeopinion.com/detecting-sync-over-async-code-in-asp-net-core/ 3 comments dotnet
- Make Any Function Async with sync_async https://packetandpine.com/blog/make-any-function-async-with-sync-async/ 15 comments rust
- Supporting both async and sync code in Rust https://nullderef.com/blog/rust-async-sync/ 3 comments programming
- Async vs Sync when it comes to microservices performance https://calpaterson.com/async-python-is-not-faster.html 14 comments python
- Dispatching async or sync? The differences explained https://www.donnywals.com/dispatching-async-or-sync-the-differences-explained/ 7 comments swift
- Async vs Sync in Node.js: A Simple Benchmark https://medium.com/javascript-in-plain-english/async-vs-sync-nodejs-a-simple-benchmark-f99be70cab03 4 comments node
- Write Unit Test written Sync or Async? - PUN but serious question. https://github.com/victis23/Petstagram/blob/master/PetstagramTests/PetstagramTests.swift 11 comments swift
- Making Flask async and Quart sync https://pgjones.dev/blog/flask-async-quart-sync-2019/ 6 comments flask
- `std::sync::Future` is almost useless for async processing. https://github.com/rust-lang/rust/issues/7798 30 comments rust
- Async `N Sync: This I Promise You (Promises Part I) https://engineering.zenefits.com/2016/01/async-n-sync-this-i-promise-you-promises-part-i/ 4 comments javascript
- Promise.try: Unified Error Handling for Sync and Async (ES2025) https://www.trevorlasn.com/blog/promise-try-in-javascript 2 comments node
- Promise.try: Unified Error Handling for Sync and Async (ES2025) https://www.trevorlasn.com/blog/promise-try-in-javascript 19 comments javascript
- Async Rust can be a pleasure to work with (without `Send + Sync + 'static`) https://emschwartz.me/async-rust-can-be-a-pleasure-to-work-with-without-send-sync-static 105 comments rust
- Fast sync and async channel, to bring the best of both worlds together. https://github.com/fereidani/kanal 32 comments rust
- Bridging Async and Sync Rust Code — A lesson learned while working with Tokio https://medium.com/@greptime/bridging-async-and-sync-rust-code-a-lesson-learned-while-working-with-tokio-6173b1efaca4?sk=d34c5203c5920046317d1f061d28e5ae&source=friends_link 8 comments rust
- [Ann] gemini a crate to make sync and async apis while letting your users choose what they want https://github.com/mgattozzi/gemini 5 comments rust
- task queue - some questions and advice needed - moving from sync to async design https://vane.life/2015/08/23/write-your-own-async-task-queue-1/ 3 comments javascript
- Event-Based Programming: What Async Has Over Sync http://net.tutsplus.com/tutorials/javascript-ajax/event-based-programming-what-async-has-over-sync/ 92 comments programming
- The bane of my existence: Supporting both async and sync code in Rust | nullderef.com https://nullderef.com/blog/rust-async-sync/ 142 comments rust
- Simple Comparison of FastAPI Async vs Sync Endpoints Performance (with source code) https://christophergs.com/tutorials/ultimate-fastapi-tutorial-pt-9-asynchronous-performance-basics/ 3 comments python
- Pipeline JS - Hassle free pipelines with the support for sync and async stages https://github.com/kamranahmedse/pipeline-js 2 comments javascript
- Looks like Redis Labs quietly took over Lettuce, the "Advanced Java Redis client for thread-safe sync, async, and reactive usage." https://github.com/redis/lettuce 2 comments redis
- Flume 0.8, a fast & lightweight MPMC, released: Performance improvements, async support, select API, eventual fairness, Send + Sync + Clone, multiple receivers, no unsafe, timeout/deadline support https://github.com/zesterer/flume 42 comments rust
- [ANN] nginx-haskell-module version 2.0: custom Haskell sync and async tasks and services in Nginx https://github.com/lyokha/nginx-haskell-module 7 comments haskell
- Flowa, service level control flow for Node.js (Async, Sync, Promise, or Callback) https://github.com/faressoft/flowa 8 comments node
- ELI5: why JS async functions can't be called from sync code according to the essay "What Color is Your Function" http://journal.stuffwithstuff.com/2015/02/01/what-color-is-your-function/ 17 comments programming
- A C++11 library for http and https servers and clients with sync and async client using boost.asio https://github.com/jbandela/jrb_node 7 comments cpp