An open API service indexing awesome lists of open source software.

https://github.com/calebowens/memory-management-experiment


https://github.com/calebowens/memory-management-experiment

Last synced: 11 months ago
JSON representation

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