socketry / async-container

Scalable multi-thread multi-process containers for Ruby.
MIT License
81 stars 4 forks source link

Initial hack for ractor (incomplete). #20

Open ioquatix opened 3 years ago

ioquatix commented 3 years ago

Description

It should be possible to support Ractor like multi-process. The main benefit is improved memory usage. The impacts are worse GC & isolation.

Types of Changes

Testing