Don't record optimization history in release #65

Open
opened 2025-02-28 08:43:25 +00:00 by Vectornaut · 0 comments
Member

For performance monitoring and debugging, realize_gram records and returns a history of the optimization process. This feature is a waste of resources from a user's perspective, so we should use Cargo features to turn it off in the live release.

For performance monitoring and debugging, `realize_gram` records and returns a history of the optimization process. This feature is a waste of resources from a user's perspective, so we should use [Cargo features](https://doc.rust-lang.org/cargo/reference/features.html) to turn it off in the live release.
Vectornaut added this to the Alpha project 2025-02-28 08:43:26 +00:00
Sign in to join this conversation.
No description provided.