My little `f(x) { prefetch(x); yield; compute(x); }` benchmark is ~8ns per call with explicit prefetching in a loop, and ~9ns per call when using coroutine abstractions :)
(I first spent a full day struggling with async, which I only got down to 14ns with much pain.)
My little `f(x) { prefetch(x); yield; compute(x); }` benchmark is ~8ns per call with explicit prefetching in a loop, and ~9ns per call when using coroutine abstractions :)
(I first spent a full day struggling with async, which I only got down to 14ns with much pain.)
photonlibos.github.io/blog/stackfu...
photonlibos.github.io/blog/stackfu...
Taming the Many-Headed Async Monster: From Callbacks to Coroutines - Sam Cooper - ACCU York
#coding #programming #softwareengineering
Taming the Many-Headed Async Monster: From Callbacks to Coroutines - Sam Cooper - ACCU York
#coding #programming #softwareengineering
#gamedev #gamedevelopment #indiedev #unity3d
#gamedev #gamedevelopment #indiedev #unity3d
@sebi.io, @zsmb.co, and @marcinmoskala.bsky.social spent two glorious hours exploring coroutines in depth.
🎙️ If you love Kotlin, you won't want to miss this episode: www.youtube.com/watch?v=1zY4...
@sebi.io, @zsmb.co, and @marcinmoskala.bsky.social spent two glorious hours exploring coroutines in depth.
🎙️ If you love Kotlin, you won't want to miss this episode: www.youtube.com/watch?v=1zY4...
The final version is planned next month!
spring.io/blog/2025/10...
The final version is planned next month!
spring.io/blog/2025/10...
I just lost two full days untangling this mess. My mess.
Still, I love them ;-;
I just lost two full days untangling this mess. My mess.
Still, I love them ;-;
https://fertig.to/slcoro
#cpp20 #programming #coroutines #cpp
https://fertig.to/slcoro
#cpp20 #programming #coroutines #cpp
Minor improvements and added `isCoroutineRunning` ~
pub.dev/packages/cor...
#FlutterDev #DartDev #gamedev
Minor improvements and added `isCoroutineRunning` ~
pub.dev/packages/cor...
#FlutterDev #DartDev #gamedev
Next release will include async coroutines ☝️😌✨
Next release will include async coroutines ☝️😌✨
✅Revising Coroutines
✅ Solved 1 leetcode medium question
✅Building Apple Liquid Glass theme in my app (
@quotesdotapp
)
Repo👉 : github.com/shalenMathew...
#buildinpublic #kotlin #java #androiddev #developers #JetpackCompose #AndroidDev #letsconnect
✅Revising Coroutines
✅ Solved 1 leetcode medium question
✅Building Apple Liquid Glass theme in my app (
@quotesdotapp
)
Repo👉 : github.com/shalenMathew...
#buildinpublic #kotlin #java #androiddev #developers #JetpackCompose #AndroidDev #letsconnect
Resumable functions for everyone - tell a friend! #FlutterDev
pub.dev/packages/cor...
(this is actually the first Dart package I published myself - long overdue 🥲)
Resumable functions for everyone - tell a friend! #FlutterDev
pub.dev/packages/cor...
(this is actually the first Dart package I published myself - long overdue 🥲)
💡👉 Think of a suspending function as the script for a play, and a coroutine as the performance. 🎭
Every chapter in my book 📚 Kotlin Coroutine Confidence ends with a "Key Concepts" recap to help you remember what you've learned 👍
💡👉 Think of a suspending function as the script for a play, and a coroutine as the performance. 🎭
Every chapter in my book 📚 Kotlin Coroutine Confidence ends with a "Key Concepts" recap to help you remember what you've learned 👍
#GameDevAndChill #GameDev #GameDesign #Unity3D #IndieDev
#GameDevAndChill #GameDev #GameDesign #Unity3D #IndieDev
https://codezup.com/kotlin-coroutines-firebase-button-states-polymorphism/
#Android #Development
Event Attributes
https://codezup.com/kotlin-coroutines-firebase-button-states-polymorphism/
#Android #Development
Event Attributes
If you haven't seen it yet, the paper "Kotlin Coroutines: Design and Implementation" is a nice overview of the design space: www.researchgate.net/profile/Mikh...
Kotlin also made a few interesting choices which I haven't seen in other languages.
If you haven't seen it yet, the paper "Kotlin Coroutines: Design and Implementation" is a nice overview of the design space: www.researchgate.net/profile/Mikh...
Kotlin also made a few interesting choices which I haven't seen in other languages.
starts asking questions about coroutines…
starts asking questions about coroutines…