You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having some issues with jsonld.normalize. It works really well but it currently hangs at a seemingly arbitrary point. Feel free to checkout the code here: https://github.com/william-vw/pyld_normalize_test.
A single additional triple in the test file perf_test2.ttl means the difference between sub-second and > 5 minute performance (at least on my machine), which may indicate an issue with the implementation.
The text was updated successfully, but these errors were encountered:
I'm having some issues with
jsonld.normalize
. It works really well but it currently hangs at a seemingly arbitrary point. Feel free to checkout the code here: https://github.com/william-vw/pyld_normalize_test.A single additional triple in the test file
perf_test2.ttl
means the difference between sub-second and > 5 minute performance (at least on my machine), which may indicate an issue with the implementation.The text was updated successfully, but these errors were encountered: