Mark Olesen
b7c85357d5
ENH: added binary IO for PackedList and compact ASCII format
...
The compact ASCII format is a block of index/value tuples for the
non-zero entries:
{ (index1 value1) (index2 value2) (index3 value3) }
For PackedList<1>, and thus PackedBoolList, the compact ASCII format is
a block of indices for the non-zero entries:
{ index1 index2 index3 }
Thus either of the following could be used - for PackedList<2>:
- a list of all values:
16(0 3 0 2 0 0 3 1 0 0 0 0 0 0 0 1)
- a block of index/value tuples:
{(1 3) (3 2) (7 3) (8 1) (15 1)}
For PackedList<1> and PackedBoolList, either of the following could be
used:
- a list of all values, using any valid bool representation:
16(0 1 0 true 0 0 t 1 0 n n 0 0 0 0 yes)
- a block of the indices for non-zero entries:
{1 3 7 8 15}
2010-09-15 10:20:39 +02:00
..
2008-04-15 18:56:58 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-29 11:28:44 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-04-13 17:45:49 +02:00
2010-07-27 15:27:05 +01:00
2010-03-29 14:07:56 +02:00
2010-03-29 14:07:56 +02:00
2010-03-29 14:07:56 +02:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-29 11:28:44 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-03-29 14:07:56 +02:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2009-02-18 08:57:10 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-03-29 14:07:56 +02:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-05-03 08:38:39 +02:00
2010-07-27 15:27:05 +01:00
2010-09-15 10:20:39 +02:00
2010-09-15 10:20:39 +02:00
2010-07-27 15:27:05 +01:00
2010-08-09 17:27:09 +02:00
2010-09-15 10:20:39 +02:00
2010-07-27 15:27:05 +01:00
2010-03-29 14:07:56 +02:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-04-29 10:12:35 +02:00
2010-06-15 18:23:49 +02:00
2010-07-27 15:27:05 +01:00
2010-07-29 11:28:44 +01:00
2010-07-29 11:28:44 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2009-06-23 20:44:27 +01:00
2010-07-27 15:27:05 +01:00
2010-06-23 16:54:54 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2009-02-18 08:57:10 +01:00
2010-03-29 14:07:56 +02:00
2010-07-27 15:27:05 +01:00
2010-03-29 14:07:56 +02:00
2009-02-18 08:57:10 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2008-04-15 18:56:58 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00
2010-07-27 15:27:05 +01:00