Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Virtual Arrays
#9
liberty basic sort of worked this way to provide graphics functions from the win32 api.

otherwise this would be quite inefficient.  usb drives are very slow, including the 3.2 ones.  i have had lousy experiences with anything version 3.  one was supposed to give good performance but it became a lemon.  i almost have to throw it away.  what's the use of cheap storage if it's unreliable and it takes hours only to copy one gigabyte?

besides, we now have _readfile$ and _writefile.  there's a way to use a vls as buffer, then map it out into a _mem variable and do the "pointer" arithmetic in memory.  if it requires too much ram, then do the arithmetic using get/put, lof() and other such statements of binary file access.
Reply


Messages In This Thread
Virtual Arrays - by Dimster - 12-15-2024, 01:19 PM
RE: Virtual Arrays - by bplus - 12-15-2024, 02:58 PM
RE: Virtual Arrays - by madscijr - 12-16-2024, 01:24 PM
RE: Virtual Arrays - by Dimster - 12-15-2024, 04:06 PM
RE: Virtual Arrays - by Pete - 12-16-2024, 12:14 AM
RE: Virtual Arrays - by bplus - 12-16-2024, 03:29 PM
RE: Virtual Arrays - by madscijr - 12-17-2024, 03:49 AM
RE: Virtual Arrays - by Dimster - 12-16-2024, 04:30 PM
RE: Virtual Arrays - by hsiangch_ong - 01-16-2025, 12:35 AM



Users browsing this thread: 1 Guest(s)