lasp icon indicating copy to clipboard operation
lasp copied to clipboard

Prototype implementation of Lasp in Erlang.

Results 6 lasp issues
Sort by recently updated
recently updated
newest added

I'm working on an application that (in my test) runs in a Kubernetes stateful set on 4 pods. There's one Erlang node in each pod. The nodes (in this test)...

Hi! I noticed that after joining a cluster (`partisan_peer_service:join`) and executing `lasp:stream`, it takes around a minute before the function passed to `lasp:stream` gets called. This only happens once, after...

Not sure if this is everything, will see if tests pass. I first noticed this when publishing the package and since I had run tests locally it was going to...

In some cases, unneeded variables could be removed to save space.

Migrating from lasp-lang/lasp_pg#13. Anti-entropy isn't triggered immediately when a new node joins the cluster when using the state-based propagation backend. Therefore, it may take time before a node sees updates...