View Single Post
Posts: 191 | Thanked: 415 times | Joined on Jan 2012
#15
So how does armel (maemo) compare to armhf (wheezy)? Some basic tests:

openssl speed sha512
armel:
Code:
type             16 bytes     64 bytes    256 bytes   1024 bytes   8192 bytes
sha512             465.80k     1959.38k     2816.85k     3900.45k     4417.63k
Code:
armhf:
type             16 bytes     64 bytes    256 bytes   1024 bytes   8192 bytes
sha512             388.15k     1645.95k     2334.09k     3195.16k     3578.92k
openssl speed rsa1024
armel:
Code:
                  sign    verify    sign/s verify/s
rsa 1024 bits 0.022798s 0.001074s     43.9    930.7
armhf:
Code:
                  sign    verify    sign/s verify/s
rsa 1024 bits 0.020597s 0.001000s     48.6    999.7
 

The Following 5 Users Say Thank You to caveman For This Useful Post: