User talk:Peak: Difference between revisions

(my thoughts on timing)
(→‎Mutual recursion: new section)
 
(2 intermediate revisions by one other user not shown)
Line 6:
1.223 1.181
:-- [[User:Eriksiers|Erik Siers]] ([[User talk:Eriksiers|talk]]) 22:44, 28 September 2014 (UTC)
 
::Hi Erik, that's good too, but again it is hard for others to make much of such timings: is a 10% difference truly significant or reproducible by others for example? With those timings I am likely to state that timings are comparable and no more. --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 09:26, 28 April 2015 (UTC)
 
 
==I before E==
Hi Peak, I removed your edit that gave the more refined and possibly better fitting the English language version of the mnemonic as the ''task'' refers to the much more frequently used version of plain "I before e except after c". --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 06:55, 22 May 2015 (UTC)
 
== Mutual recursion ==
 
Hi Peak, which version of jq did you use? I'm asking because I get a different result with the released binaries for jq 1.3, jq 1.4 and jq 1.5, and with a self compiled version from git head.
This is the result I get when running your code:
<nowiki>[1,0,2,1,3,2,4,3,5,4,6,5,7,6,8,7,9,8,10,9]
[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19]</nowiki>
Thanks,
[[User:Domo Sokrat|Domo Sokrat]] ([[User talk:Domo Sokrat|talk]]) 20:26, 25 October 2016 (UTC)