https://github.com/boa-dev/oscars
Garbage collection experimentation for the Boa engine
https://github.com/boa-dev/oscars
Last synced: 14 days ago
JSON representation
Garbage collection experimentation for the Boa engine
- Host: GitHub
- URL: https://github.com/boa-dev/oscars
- Owner: boa-dev
- License: apache-2.0
- Created: 2024-06-10T04:57:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-06T04:48:52.000Z (19 days ago)
- Last Synced: 2026-02-06T13:41:53.300Z (19 days ago)
- Language: Rust
- Size: 83 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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