I'm looking to replace Python's Loader
in my workflow with LibYaml's CLoader
for the performance gain, but need to make sure that CLoader
/LibYaml
is compatible with all operating systems. Is LibYaml
a standard Python library such that if Python is installed, the above works regardless of OS?
I've read docs on this topic but have not found a direct answer.