Custom Query (121 matches)
Results (58 - 60 of 121)
| Ticket | Resolution | Summary | Owner | Reporter | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| #70 | worksforme | really slow on large input ... | xi | lal.george@… | |||||||||||||||||||||||||||
| Description |
yaml.load appears to be really (really) slow on large input. My string is
Both the input and output are fairly simple. Why does it take a long time to parse? Lal |
||||||||||||||||||||||||||||||
| #71 | wontfix | libyaml does not build with MinGW | xi | clive.crous@… | |||||||||||||||||||||||||||
| Description |
I'm unable to build libyaml under MinGW due to assumtions within the source code that "WIN32" means Visual Studio. I use gcc, even in windows. Simple patch to yaml.h#260 fixes this =>
Thanks, Clive |
||||||||||||||||||||||||||||||
| #73 | invalid | numpy arrays ... | xi | lal.george@… | |||||||||||||||||||||||||||
| Description |
What is the best way to transfer very large numpy arrays using PyYAML? Ideally I would like to do something like:
However, the yaml.load returns an exception:
Since I have quoted the string, yaml should not be diving into it - correct? Thanks. Best,
|
||||||||||||||||||||||||||||||
