lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 01/22/2018 12:19 PM, Sean Conner wrote:
> [4]	64-core 64-bit SPARC architecture running about a gigahertz or so. A
> 	bit sluggish compared to more mondern hardware but it handles heavy
> 	loads like you wouldn't believe.
> 
> 	At least, I *think* it has 64 cores.  I know it has more than what
> 	you can normally get on a desktop.

Taking this as a quiz..

UltraSPARC T2 probably? Eight cores by eight threads per core.

https://en.wikipedia.org/wiki/SPARC#Implementations

-- Martin