https://github.com/calebowens/memory-management-experiment
https://github.com/calebowens/memory-management-experiment
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/calebowens/memory-management-experiment
- Owner: calebowens
- Created: 2022-06-14T21:34:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-14T21:38:49.000Z (about 4 years ago)
- Last Synced: 2025-01-17T14:55:59.212Z (over 1 year ago)
- Language: TypeScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Memory Management Experiment
This is a small experiment where I've tried implementing a reference counting object that makes use of two different types of memory to try and make a model that can get around situations like those that the rust borrow check protects the programmer from.
Please read more about this on my two blog posts about this project:
- https://blog.calebowens.com/2022/06/notes-13062022-memory-management-using.html
- https://blog.calebowens.com/2022/06/notes-14062022-modelling-memory.html