Custom Query (121 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 121)

Ticket Resolution Summary Owner Reporter
#70 worksforme really slow on large input ... xi lal.george@…

Reported by lal.george@…, 6 years ago.

Description

yaml.load appears to be really (really) slow on large input. My string is

--- seqno : 1 outof : 1 result :

  • <1.6Mbyte string>

Both the input and output are fairly simple. Why does it take a long time to parse?

Lal

#73 invalid numpy arrays ... xi lal.george@…

Reported by lal.george@…, 5 years ago.

Description

What is the best way to transfer very large numpy arrays using PyYAML?

Ideally I would like to do something like:

m = ; # a very large numpy array

y = "---\nx : '%s'\n" % (m.dumps())

z = yaml.load(y)

However, the yaml.load returns an exception:

'utf8 codec can't decode byte #x80: unexpected code byte in "<string>", position 9.

Since I have quoted the string, yaml should not be diving into it - correct?

Thanks.

Best,

Lal

#146 invalid Trunk build fail xi lacombar@…

Reported by lacombar@…, 3 years ago.

Description

I got the following trunk build failure on a NetBSD host:

In file included from api.c:10: yaml_private.h:1234: error: expected '{' before 'typedef' yaml_private.h:1239: warning: data definition has no type or storage class

Note: See TracQuery for help on using queries.