16 Seconds to convert a 151 MB comma delimited text file to a string array of 19,043,754 elements.
IMPORT t.bas
s = t::LoadString("worldcitiespop.txt")
SPLITA s BY "," TO a
PRINT UBOUND(a),"\n"
ubuntu@ip-10-176-145-104:~$ time scriba wc.sb
19043754
real 0m16.388s
user 0m10.593s
sys 0m5.796s
ubuntu@ip-10-176-145-104:~$
EC2 Large Instance
7.5 GB memory
4 EC2 Compute Units (2 virtual cores with 2 EC2 Compute Units each)
850 GB instance storage
64-bit platform
I/O Performance: High
API name: m1.large
* One EC2 Compute Unit provides the equivalent CPU capacity of a 1.0-1.2 GHz 2007 Opteron or 2007 Xeon processor.