Immutable Data Structures and Async operations #5

Open
opened 2020-11-09 11:00:59 +01:00 by Franciman · 0 comments
Collaborator

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

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
enrico added this to the Backlog milestone 2020-11-09 20:32:46 +01:00
enrico added the
enhancement
ui
labels 2021-03-01 14:27:41 +01:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: enrico/stiletto#5
No description provided.