Just if you want to use it...

new topic     » topic index » view thread      » older message » newer message

------------11EE312C36ACA031

I made an include file to convert any object to sequence containing
only atoms with value 0-255, so it can be written to file easily and
save a lot of space than print().

It is similar to EDS's compress() and decompress() but:
- usually make smaller result than compress()
- like decompress() but input is not from file

------------------ functions ----------------------
st = simpan(object ob)
 returns: object in string format

x = ambil(sequence st)
 returns: euphoria object that has been simpaned
 
s = makeseq(2001)
 returns: random sequence (just for benchmarking)

the include file is attached (it is normal like .e)
and it's free.
------------11EE312C36ACA031
Content-Type: application/octet-stream; name="SIMPAN.FPR"
Content-Transfer-Encoding: base64

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu