-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
There are three problems that could be addressed by the introduction of type-level regions:
- Preventing reference leaks. Related JVM memory leaks #7
- Caching class references (by using a reader monad). Related Don't rely on optimizations to avoid reference leaks. #72
- Ensuring local references are used in the thread they belong to
There are alternative ways to address each of these issues but using regions might yield a simpler and still effective design.
Metadata
Metadata
Assignees
Labels
No labels