Power Array Extension - High Performance Array Handling For Small Basic

Discussion Power Array Extension - High Performance Array Handling For Small Basic

  • Saturday, May 05, 2012 11:36 AM
     
     

    This extension was made to provide better array speed if your program performance is suffering from Small Basic's native handling...

    Power Array V1 on SkyDrive

    PowerArrayV1.zip contains four files:

    • The extension's .dll
    • The extension's .xml
    • A reference manual .pdf
    • A sample program .sb

    The files are also accessible individually in the sub-folders on the SkyDrive, along with some performance data.

    The reference manual is fairly comprehensive and should explain everything you need to know.

    I may develop it further, or provide some support, if there's any interest.

    For a 3D array with the dimensions [21][21][21] it writes 9,000 times faster and reads 6 times faster than Small Basic.

    Power Array V1.0 Performance Data


    • Edited by EzyMCP Saturday, May 05, 2012 11:41 AM
    •  

All Replies

  • Sunday, May 06, 2012 5:16 PM
     
     
    The reference manual has been reformatted and updated with sections on general program usage and some further info.