Skip to content
/ oscars Public

Garbage collection experimentation for the Boa engine

License

Notifications You must be signed in to change notification settings

boa-dev/oscars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oscar's Emporium

Welcome one and all to Oscar's Emporium! Are you a fan of garbage or garbage collection? Then look no further! You've come to the right place!

Jokes aside, this repository is meant to serve as a testing ground for memory management and garbage collection experiments for Boa.

Open questions

  • What should the GC API be?
    • Is it possible to support multiple GCs via a common API?
  • How should memory allocation be handled?
    • What is best for JavaScript performances?

Project structure

The current project structure is as follows.

  • src: contains all code releated to GCs.
  • notes: experiment and research notes on GC and GC related things

About

Garbage collection experimentation for the Boa engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 3

  •  
  •  
  •  

Languages