Re: [Jprogramming] j701 Speed Test

2013-04-26 Thread Jose Mario Quintana
I added a few more items. On Mon, Sep 10, 2012 at 12:40 PM, Roger Hui wrote: > I've created an essay on the J Wiki on the matrix inverse benchmark > numbers. http://www.jsoftware.com/jwiki/Essays/JKT%20Benchmark . Please > feel free to add other known results. > --

Re: [Jprogramming] j701 Speed Test

2012-09-17 Thread Wim de Lange
Hi Michael Thanks for the answer. I was going for the updates, not the download, that was already on the system. But I like to get the updates and the info on them. I did not install the client, but I registered as a follower, so I should receive an message when a new version is available, if I un

Re: [Jprogramming] j701 Speed Test

2012-09-17 Thread Michael Dykman
Hi Wim, You could go the route of installing a git client, but should not need to. Assuming you have your Android settings set to allow non-market applications, you can install the latest package by hitting the 'raw' url directly as listed below directly from your android. Failing that, hitting

Re: [Jprogramming] j701 Speed Test

2012-09-17 Thread Raul Miller
You can use github from the browser. https://github.com/blog/1204-notifications-stars says that if (you have a github account and you) watch a repository you get notification of updates. https://github.com/settings/notifications lets you configure this (and choose whether your notifications are e

Re: [Jprogramming] j701 Speed Test

2012-09-16 Thread Wim de Lange
Hi Michael (your name sounds Dutch to me) One of the differences between Android 2.x and 4.x. I moved from 2 to 4 myself somewhere in the past on the same phone and still I have trouble locating some functions. I use the latest version 1.0.5. Is there a way to receive notifications on update?

Re: [Jprogramming] j701 Speed Test

2012-09-14 Thread Michael Dykman
Sorry gentlemen, The instructions I gave for enabling the keyboard were oriented to the 2.x android device I own. I explicitly targetted a low-numbered version of android to guarantee the widest distribution. Very glad you found it. Are you using the latest: 1.0.5 as available on github? (http

Re: [Jprogramming] j701 Speed Test

2012-09-13 Thread Paul Jackson
All of the numbers I've reported are with a left argument to timex. The argument I used was 10 for the 500s, and 1000 for the 50s, except my phone where I had to use 1 to get stable answers for the 50s. Paul On Thu, Sep 13, 2012 at 12:09 AM, Roger Hui wrote: > 1. The %. implementation does n

Re: [Jprogramming] j701 Speed Test

2012-09-13 Thread Wim de Lange
Ah, there it is.. Thanks Ric, a salute to your surname. (sorry, could not resist) Groetjes, Wim 2012/9/13 Ric Sherlock > I also struggled a bit to find out how to enable the J Keyboard on my > HTC One S running JellyBean. In the end I discovered that once the > keyboard comes up in the J app

Re: [Jprogramming] j701 Speed Test

2012-09-13 Thread Ric Sherlock
I also struggled a bit to find out how to enable the J Keyboard on my HTC One S running JellyBean. In the end I discovered that once the keyboard comes up in the J application, I can drag down the bar at the top of the window to show the option to "Select Input Method". On Thu, Sep 13, 2012 at 7:2

Re: [Jprogramming] j701 Speed Test

2012-09-13 Thread Wim de Lange
Not about the speed, wihc gives 0.013 om my HTC Sensation, but how to enable the J Keyboard. Did what whas in the help file, but if I tap long on the console, I get the menu to Cut, Copy and Paste. No keyboard selection as described. I'm running Android 4. Is the readme describing behaviour from an

Re: [Jprogramming] j701 Speed Test

2012-09-13 Thread Roger Hui
0. One of the goals of the linear representation (which you were using to generate the multi-digit display of 0.1&) is that if you re-enter the line you get the original noun/verb/whatever back. For some numbers many digits may be required, esp. if the code is a bit off regarding how many digits a

Re: [Jprogramming] j701 Speed Test

2012-09-12 Thread Joey K Tuttle
I agree with your point, but the "benchmark" has always included generating the matrix and that is typically a very small part of the time and should be relatively stable (although I suppose inverting the same "random" matrix over and over would remove some variation). Your suggestion of using

Re: [Jprogramming] j701 Speed Test

2012-09-12 Thread Devon McCormick
Part of the reason for the variability is that you're generating a new matrix each time and including the generation in your timing. Something like this should give a more stable result: 6!:2 '%.mat' [ mat=. 50 50?.@$1000 Also, this form better allows you to run multiple timings to get a more

Re: [Jprogramming] j701 Speed Test

2012-09-12 Thread Robert Cyr
Seems the Tegea 3 processor of the Nexus 7 uses ARMv7. Using the appropriate version of J does cut execution times in half. You are right, timings are practically identical to the iPad. Robert On Sep 10, 2012 7:05 PM, "bill lam" wrote: > The android version you tested does not use hardware fp

Re: [Jprogramming] j701 Speed Test

2012-09-10 Thread bill lam
The android version you tested does not use hardware fpu. This is a wise decision if it is intended to published in google play because, unlike ipad, not all android devices have hardware fpu built-in, I expect it will be around 4 to 5 seconds for asus nexus 7 if it uses hardware fpu, same as t

Re: [Jprogramming] j701 Speed Test

2012-09-10 Thread Robert Cyr
Results of the posted benchmark vary quie a bit: on this Nexus 7, 6!:2'%.50 50 ?.@$1000' 0.043118 6!:2'%.50 50 ?.@$1000' 0.033788 6!:2'%.50 50 ?.@$1000' 0.030006 6!:2'%.50 50 ?.@$1000' 0.034632 6!:2'%.50 50 ?.@$1000' 0.023798 And with a larger sample, 6!:2'%.500 500 ?.@$1000' 7.9

Re: [Jprogramming] j701 Speed Test

2012-09-10 Thread Roger Hui
I've created an essay on the J Wiki on the matrix inverse benchmark numbers. http://www.jsoftware.com/jwiki/Essays/JKT%20Benchmark . Please feel free to add other known results. -- For information about J forums see http://www.jsof

Re: [Jprogramming] j701 Speed Test

2012-09-10 Thread km
I would suggest the App Store, on your iPad. Search for J programming language. It's free. Sent from my iPad On Sep 10, 2012, at 10:04 AM, Joey K Tuttle wrote: > 0. Go to iTunes Store (either on computer or on the iPad) > > 1. Search for jsoftware > > 3. Download J for iPad > > 4. If you

Re: [Jprogramming] j701 Speed Test

2012-09-10 Thread Joey K Tuttle
0. Go to iTunes Store (either on computer or on the iPad) 1. Search for jsoftware 3. Download J for iPad 4. If you do this on your computer, synch your iPad 5. Tap the J icon to run J. On 2012/09/10 07:29 , Frank Hamilton wrote: Can someone tell me how to run J on an iPad?

Re: [Jprogramming] j701 Speed Test

2012-09-10 Thread Frank Hamilton
] j701 Speed Test I am curious to know what are the timings for iphone and ipad. It is around 6 to 11 seconds on android depending on CPU. Срд, 05 Сен 2012, Paul Jackson писал(а): > Some time ago, you and Roger were talking about timings on > %. 500 500 ?@$ 1000 > > I believe R

Re: [Jprogramming] j701 Speed Test

2012-09-10 Thread Marc Simpson
On Sat, Sep 8, 2012 at 5:31 PM, Joey K Tuttle wrote: > > That's a nice speedup! It will be interesting to try the iPhone 5. > > I'm curious if anyone has a timing from a generation 3 iPad, it may well be > faster than my iPad 2. iPad 3 (retina) - also 4.6s ---

Re: [Jprogramming] j701 Speed Test

2012-09-09 Thread bill lam
timing update. Paul tested the best result (so far) for android is about 3.75 seconds. Сбт, 08 Сен 2012, bill lam писал(а): > I am curious to know what are the timings for iphone and ipad. > > It is around 6 to 11 seconds on android depending on CPU. > > Срд, 05 Сен 2012, Paul Jackson писал(а)

Re: [Jprogramming] j701 Speed Test

2012-09-09 Thread bill lam
From google, iphone 4 uses cortex-a8 and that cpu uses vfp-lite which is 10 times slower than a regular vfp used in cortex-a9. Сбт, 08 Сен 2012, Joey K Tuttle писал(а): > That's a nice speedup! It will be interesting to try the iPhone 5. > > I'm curious if anyone has a timing from a generation 3

Re: [Jprogramming] j701 Speed Test

2012-09-08 Thread Joey K Tuttle
That's a nice speedup! It will be interesting to try the iPhone 5. I'm curious if anyone has a timing from a generation 3 iPad, it may well be faster than my iPad 2. On 2012/09/08 06:30 , J. Patrick Harrington wrote: The iPhone 4S is faster: 5.6 sec On Fri, 7 Sep 2012, Joey K Tuttle wrote:

Re: [Jprogramming] j701 Speed Test

2012-09-08 Thread J. Patrick Harrington
The iPhone 4S is faster: 5.6 sec On Fri, 7 Sep 2012, Joey K Tuttle wrote: iPhone 4 - 18.2 seconds iPad 2 - 4.6 seconds On 2012/09/07 19:48 , bill lam wrote: I am curious to know what are the timings for iphone and ipad. It is around 6 to 11 seconds on android depending on CPU. Срд,

Re: [Jprogramming] j701 Speed Test

2012-09-07 Thread Joey K Tuttle
iPhone 4 - 18.2 seconds iPad 2 - 4.6 seconds On 2012/09/07 19:48 , bill lam wrote: I am curious to know what are the timings for iphone and ipad. It is around 6 to 11 seconds on android depending on CPU. Срд, 05 Сен 2012, Paul Jackson писал(а): Some time ago, you and Roger were talki

Re: [Jprogramming] j701 Speed Test

2012-09-07 Thread bill lam
I am curious to know what are the timings for iphone and ipad. It is around 6 to 11 seconds on android depending on CPU. Срд, 05 Сен 2012, Paul Jackson писал(а): > Some time ago, you and Roger were talking about timings on > %. 500 500 ?@$ 1000 > > I believe Roger said he had timings from th

Re: [Jprogramming] j701 Speed Test

2012-09-05 Thread Joey K Tuttle
On 2012/09/05 12:52 , Devon McCormick wrote: At the J conference, Joey Tuttle showed some historical benchmarks on matrix inversion - I think he was looking at 50 50 matrixes, though. Below is the 666 box message I showed at the conference (the lines after ~~~ were added for the talk) I ha

Re: [Jprogramming] j701 Speed Test

2012-09-05 Thread Devon McCormick
At the J conference, Joey Tuttle showed some historical benchmarks on matrix inversion - I think he was looking at 50 50 matrixes, though. On Wed, Sep 5, 2012 at 3:44 PM, Paul Jackson wrote: > Some time ago, you and Roger were talking about timings on > %. 500 500 ?@$ 1000 > > I believe Roger

[Jprogramming] j701 Speed Test

2012-09-05 Thread Paul Jackson
Some time ago, you and Roger were talking about timings on %. 500 500 ?@$ 1000 I believe Roger said he had timings from the IPSA days. He also said the matix was considerably smaller. Did you ever get those early machine timings? Paul