mirror of
https://github.com/apple/pkl.git
synced 2026-02-26 04:14:57 +01:00
Improve evaluation of objects #357
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bioball on GitHub (Nov 5, 2025).
Too much of evaluating objects is spent within truffle boundaries, and the object model is not partial-evaluation friendly.
This is bad for performance, and likely a big reason for slow eval times.