Skip to content
This repository has been archived by the owner on Feb 15, 2020. It is now read-only.

CompiledSchema #6

Open
Michael-K-GH opened this issue Jun 22, 2016 · 0 comments
Open

CompiledSchema #6

Michael-K-GH opened this issue Jun 22, 2016 · 0 comments
Assignees
Milestone

Comments

@Michael-K-GH
Copy link
Owner

Michael-K-GH commented Jun 22, 2016

Implement the CompiledSchema class and associated Schema.Compile() method.
CompiledSchema should translate a Schema instance into a collection of DynamicMethods (two for each custom type and schema block) which can read/write from/to the defined structure in the Schema.
This should be used as a faster alternative to Schema.Read() and Schema.Write() if you plan to cache your Schema object instances.

@Michael-K-GH Michael-K-GH added this to the 1.0.0 milestone Jun 22, 2016
@Michael-K-GH Michael-K-GH self-assigned this Jun 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant