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.
> --
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
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
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
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?
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
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
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
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
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
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
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
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
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
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
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
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
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
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?
] 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
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
---
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 писал(а)
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
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:
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.
Срд,
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
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
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
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
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
30 matches
Mail list logo