100MHz × 64bit × 2 = 1,600MB/s ?
100MHz × 64bit × 2 = 1,600MB/s ?
Posted Oct 4, 2007 6:15 UTC (Thu) by pdfan (guest, #48029)Parent article: What every programmer should know about memory, Part 1
100MHz × 64bit × 2 = 1,600MB/s
bash-3.2# bc
bc 1.06
Copyright 1991-1994, 1997, 1998, 2000 Free Software Foundation, Inc.
This is free software with ABSOLUTELY NO WARRANTY.
For details type `warranty'.
100 * 64 * 2
12800
100 * 64 * 2 / 8
1600
quit
bash-3.2#
