https://bugzilla.redhat.com/show_bug.cgi?id=1889362 Bug ID: 1889362 Summary: Review Request: python-fastjsonschema - Fastest Python implementation of JSON schema Product: Fedora Version: rawhide Hardware: All OS: Linux Status: NEW Component: Package Review Severity: medium Priority: medium Assignee: nobody@xxxxxxxxxxxxxxxxx Reporter: thrnciar@xxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: package-review@xxxxxxxxxxxxxxxxxxxxxxx Target Milestone: --- Classification: Fedora Spec URL: https://download.copr.fedorainfracloud.org/results/thrnciar/python-fastjsonschema/fedora-rawhide-x86_64/01712197-python-fastjsonschema/python-fastjsonschema.spec SRPM URL: https://download.copr.fedorainfracloud.org/results/thrnciar/python-fastjsonschema/fedora-rawhide-x86_64/01712197-python-fastjsonschema/python-fastjsonschema-2.14.5-1.fc34.src.rpm Description: fastjsonschema implements validation of JSON documents by JSON schema. The library implements JSON schema drafts 04, 06 and 07. The main purpose is to have a really fast implementation. See some numbers: * Probably most popular jsonschema can take up to 5 seconds for valid inputs and 1.2 seconds for invalid inputs. * Second most popular json-spec is even worse with up to 7.2 and 1.7 seconds. * Last validictory, now deprecated, is much better with 370 or 23 milliseconds, but it does not follow all standards and it can be still slow for some purposes. With this library you can gain big improvements as fastjsonschema takes only about 25 milliseconds for valid inputs and 2 milliseconds for invalid ones. Fedora Account System Username: thrnciar -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx