chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Actor model implementation, seeking feedback


From: Ariela Wenner
Subject: Actor model implementation, seeking feedback
Date: Sat, 26 Jun 2021 12:38:37 -0300

Hi all! Over the past few months I've been working on and off in a simple
implementation of the actor model. It actually started as a research/toy project
more than anything else (because I think the actor model is very neat), but
eventually seemed to be turning into something which *might* actually be useful
for someone.

But that's just my opinion, so I'd like to hear some feedback about it before I
decide if it's worth submitting to the coop now, or ever.

The project uses nng[1] for communication (I made some rudimentary bindings to
the bare minimum), protobuf for serialization and tweetnacl for encryption.
Now, I'm FAR from an expert on communication, security, or even concurrency,
so there's probably a lot to pick on :)

Code is a bit messy and there's no comments, but hopefully it's clean enough.

Here's the link: https://gitlab.com/ariSun/myriam

Cheers!

[1] https://github.com/nanomsg/nng

-- 

Ariela Wenner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]