outlines-core icon indicating copy to clipboard operation
outlines-core copied to clipboard

Refactoring of the parsing logic of `json_schema`

Open torymur opened this issue 1 year ago • 0 comments

Parsing logic of json_schema is written in python style and creates many unnecessary allocations/deallocations, which could be re-written much more efficiently.

torymur avatar Dec 06 '24 14:12 torymur