The Wayback Machine - https://web.archive.org/web/20200712101939/https://github.com/topics/hot-reloading
Skip to content
#

hot-reloading

Here are 96 public repositories matching this topic...

baszalmstra
baszalmstra commented Mar 29, 2020

The MarkSweep struct implements GcRuntime to facilitate garbage collection for Mun. Currently, the implementation is quite inefficient. One of the things that could be improved is to implement a slab allocator (or object pool) instead of randomly allocating memory through a Pin<Box<ObjectType<T>>>. The general idea of the allocator is to alloc

Improve this page

Add a description, image, and links to the hot-reloading topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hot-reloading topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.