ruby-ast binary package in Ubuntu Jammy amd64
ast embraces immutability; each AST node is inherently frozen at
creation, and updating a child node requires recreating that node
and its every parent, recursively.
.
This is a design choice. It does create some pressure on
garbage collector, but completely eliminates all concurrency
and aliasing problems.
.
See also AST::Node, AST::Processor:
additional recommendations and design patterns.
Publishing history
Date | Status | Target | Component | Section | Priority | Phased updates | Version | ||
---|---|---|---|---|---|---|---|---|---|
2021-10-15 11:50:32 UTC | Published | Ubuntu Jammy amd64 | release | universe | ruby | Optional | 2.4.1-1 | ||
|