Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Performance of functions

From: ptretter::norcom2000::com at: 28-Feb-2000 13:43

Anyone know the limits of read/binary and write/binary? I also, need to know the speed at which it imports and commits binary read and writes for example: data: read/binary %somedata.exe write/binary %myfile.exe data More specifically on the performance I'm looking for how many megabytes/sec it can write or read and also on the limit I'm looking for the largest file size in Megabytes they can handle. This will impact some scripting I want to do but dont want to jump into it if it looks like the performance isnt there. Alternatively. Is it fast to read from a port to a file or is there other way to read/write data this is faster in REBOL than read/binary or write/binary. Thanks for any help you can provide. Paul Tretter