Immutable Data Structures and Async operations #5
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: enrico/stiletto#5
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The author of this C++ library: https://github.com/arximboldi/immer
has given a talk in which he implements an Emacs-like text editor using immutable data structures and leverages the immutability to do fast async operations,
we could get some inspiration (for example for autosave).
Here is the editor: https://github.com/arximboldi/ewig
Here is the talk: https://www.youtube.com/watch?v=sPhpelUfu8Q
And Here are the slides: https://sinusoid.es/talks/immer-cppcon17