Skip to content

Instantly share code, notes, and snippets.

@Noluk1991
Last active July 25, 2018 13:39
Show Gist options
  • Save Noluk1991/215ca9aec6cd94142e44abd2f7ace852 to your computer and use it in GitHub Desktop.
Save Noluk1991/215ca9aec6cd94142e44abd2f7ace852 to your computer and use it in GitHub Desktop.
References
References
1. SwiftyTroupe (self-created, Swift)
https://github.com/Noluk1991/SwiftyTroupe
2. Concurrency is not parallelism
https://blog.golang.org/concurrency-is-not-parallelism
3. Concurrency in Swift: one approach (Actors)
https://gist.github.com/lattner/31ed37682ef1576b16bca1432ea9f782#part-2-actors-eliminating-shared-mutable-state
4. Actor Model in 10 minutes
https://www.brianstorti.com/the-actor-model
5. History of Actor Model
https://en.m.wikipedia.org/wiki/History_of_the_Actor_model
6. Systems that Run Forever Self-heal and Scale (Joe Armstrong)
https://www.infoq.com/presentations/self-heal-scalable-system
7. Erlang is *not* a implementation of the Actor model
http://erlang.org/pipermail/erlang-questions/2014-June/079891.html
8. Hewitt, Meijer and Szyperski: The Actor Model
https://youtu.be/7erJ1DV_Tlo
9. What problems does the actor model solve?
https://doc.akka.io/docs/akka/2.5.3/scala/guide/actors-intro.html
10. Message Passing and the Actor Model
http://dist-prog-book.com/chapter/3/message-passing.html#modern-usage-in-production
11. Модели акторов 40 лет
https://habr.com/company/tiktokcoach/blog/206300
12. Understanding actor concurrency
https://www.javaworld.com/article/2077999/java-concurrency/understanding-actor-concurrency--part-1--actors-in-erlang.html
13. Don't use Actors for concurrency
https://www.chrisstucchio.com/blog/2013/actors_vs_futures.html
14. Actors are not a good concurrency model
http://pchiusano.blogspot.com/2010/01/actors-are-not-good-concurrency-model.html
15. Asynchronous Message Passing With Actors in Objective-C
https://www.ios-blog.com/tutorials/objective-c/asynchronous-message-passing-with-actors-in-objective-c
16. ActorKit: Objective-C Asynchronous Inter-thread Message Passing
http://landonf.org/code/iphone/ActorKit_Async_Messaging.20081203.html
17. Seven Concurrency Models in Seven Weeks (Book)
https://pragprog.com/book/pb7con/seven-concurrency-models-in-seven-weeks
18. ActorKernel (Swift)
https://github.com/mrdekk/ActorKernel
19. Theater (Swift)
https://github.com/darioalessandro/Theater
20. SwiftActors (Swift, with sample)
https://github.com/tomekc/SwiftActors
21. ActorKit (Objective-C)
https://github.com/jkrumow/ActorKit
22. ADBActors (Objective-C)
https://github.com/albertodebortoli/ADBActors
23. Actors in Telegram (source)
https://github.com/peter-iakovlev/Telegram/blob/90cce8fcdcff9bdbf5e757386618fecc42c95137/submodules/LegacyComponents/LegacyComponents/ASActor.h
24. Pics from slides
http://behance.net/gallery/32830679/The-Avengers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment