Hacker News
- Emacs with concurrent garbage collection (MPs) https://lists.gnu.org/archive/html/emacs-devel/2024-04/msg00322.html 3 comments
- Go Concurrency versus C and pthreads http://denis.papathanasiou.org/posts/2015.12.26.post.html 3 comments
Lobsters
- A Gentle Introduction to Lockless Concurrency http://coffeenco.de/articles/lockless_concurrency.html 5 comments java
- Most seamless sharing of Emacs over multiple machines (non-concurrently) https://www.reddit.com/r/emacs/comments/afwqtu/most_seamless_sharing_of_emacs_over_multiple/ 8 comments emacs
- uri concurrency http://item.name 3 comments ansible
- Core Data Reform: Achieving Elegant Concurrency Operations like SwiftData https://fatbobman.com/en/posts/core-data-reform-achieving-elegant-concurrency-operations-like-swiftdata/ 3 comments swift
- Help with Laravel Concurrent Http Client https://laravel.com/docs/9.x/http-client#concurrent-requests 5 comments laravel
- Blog post: Futures Concurrency III https://blog.yoshuawuyts.com/futures-concurrency-3/ 43 comments rust
- Simple Concurrency in Go for Fans of JavaScript's Promise.all http://nathan.vegas/blog/errgroup-promise-all.html 18 comments golang
- Let's build a concurrent file downloader in Go - Tutorial for beginners https://returnfn.com/lets-build-a-concurrent-file-downloader-in-go 9 comments golang
- Concurrency, Muti-threading, Multi-processing, Asynchronous Programming and Event Loop https://blog.ycshao.com/2020/08/30/event-loop-and-concurrency/ 9 comments programming
- std::cell::Cell correctness in single threaded concurrent programs? https://www.reddit.com/r/rust/comments/igk7jh/stdcellcell_correctness_in_single_threaded/ 15 comments rust
- A new concurrent hash map https://vmlens.com/articles/cp/computeifabsent_hashmap/ 9 comments java
- use-subscription v1- a React hook that safely manages subscriptions in concurrent mode. By Brian Vaughn https://www.npmjs.com/package/use-subscription/ 3 comments reactjs
- Didact: A 245 line implementation of Concurrent React with Hooks https://codesandbox.io/s/crazy-mcnulty-7gxrd 4 comments reactjs
- ccl - the fastest concurrent hashmap yet https://www.reddit.com/r/rust/comments/bstv3q/ccl_the_fastest_concurrent_hashmap_yet/ 44 comments rust
- Iran moving ballistic missiles, among several concurrent and credible potentially imminent threats facing US and allies in the region https://www.marketwatch.com/story/pompeo-visits-iraq-as-us-says-iran-has-moved-missiles-to-persian-gulf-2019-05-07 35 comments worldnews
- Andrew Clark on Concurrent React (draft) https://twitter.com/acdlite/status/1070500323330904064?s=21 14 comments reactjs
- Go Concurrency Patterns http://frew.co/posts/golang-concurrency-patterns/ 17 comments golang
- Andrei Alexandrescu: Concurrency in the D Programming Language http://www.informit.com/articles/article.aspx?p=1609144 59 comments programming
- New PR: Add In-types (concurrency) · PistonDevelopers/dyon • r/dyon https://www.reddit.com/r/dyon/comments/7poxbe/new_pr_add_intypes_concurrency/ 3 comments rust_gamedev
- Libdill, structured concurrency in C, v1.0 released http://libdill.org 34 comments programming
- Concurrency has landed https://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00378.html 45 comments emacs
- Concurrency and Node :: FP Complete https://www.fpcomplete.com/blog/2016/12/concurrency-and-node 10 comments haskell
- 3 Trivial Concurrency Exercises for the Confused Newbie Gopher http://whipperstacker.com/2015/10/05/3-trivial-concurrency-exercises-for-the-confused-newbie-gopher/ 5 comments golang
- CppCast: C++ Concurrency with Anthony Williams http://cppcast.com/2015/09/anthony-williams/ 3 comments cpp
- [ANN] dejafu-0.1.0.0: Overloadable primitives for testable, potentially non-deterministic, concurrency. http://www.barrucadu.co.uk/posts/2015-08-27-announce-dejafu.html 4 comments haskell
- An example of how Golang makes concurrent programming easy and awesome (with the sync package) http://mindfsck.net/example-golang-makes-concurrent-programming-easy-awesome/ 3 comments golang
- Concurrent audio outputs with PulseAudio in Fedora (playing through multiple speakers at the same time) http://adamjsho.blogspot.co.uk/2013/10/concurrent-seperate-audio-outputs-with.html 3 comments linux
- Slides for 7 lectures on Parallel and Concurrent Haskell (including GPU programming with Accelerate) http://community.haskell.org/~simonmar/slides/cadarache2012/ 11 comments haskell
- The Monad.Reader Issue 19: Parallelism and Concurrency http://themonadreader.files.wordpress.com/2011/10/issue19.pdf 10 comments haskell
- C++11 Concurrency Series [Part 6] http://www.corensic.com/learn/resources/concurrencytutorialpartsix.aspx 6 comments cpp
- Experimenting with Intel Concurrent Collections for Haskell http://softtalkblog.com/2010/06/22/experimenting-with-intel-concurrent-collections-for-haskell/ 3 comments programming
- A Deadlock Holiday - Concurrency in the modern world http://www.theregister.co.uk/2009/12/10/verity_stob/ 8 comments programming
- Microsoft's new concurrent programming language - Axum http://msdn.microsoft.com/en-us/devlabs/dd795202.aspx?1 54 comments programming
- And...Cliff just shattered my hopes of TxMemory as a Concurrency Silver Bullet... http://blogs.azulsystems.com/cliff/2009/02/and-now-some-hardware-transactional-memory-comments.html 2 comments programming
- Herb Sutter: The Pillars of Concurrency. Building a consistent mental model for reasoning about concurrency http://www.ddj.com/dept/architect/200001985?cid=rssfeed_ddj_architectdebug 5 comments programming
- Erlang-style concurrency with SISC http://benjisimon.blogspot.com/2007/05/cicada-erlang-style-message-passing-for.html 2 comments programming
- The concurrency revolution http://www.ddj.org/191800187 19 comments programming
Lambda the Ultimate
- Concurrency: The Compiler Writer's Perspective http://www.sdtimes.com/article/LatestNews-20071115-01.html 6 comments Implementation , Parallel/Distributed