<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3ASandbox%2FJohnuniq%2Ftestpre</id>
	<title>Module:Sandbox/Johnuniq/testpre - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3ASandbox%2FJohnuniq%2Ftestpre"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Sandbox/Johnuniq/testpre&amp;action=history"/>
	<updated>2026-08-10T20:58:25Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://stockhub.co/index.php?title=Module:Sandbox/Johnuniq/testpre&amp;diff=145633&amp;oldid=prev</id>
		<title>imported&gt;Johnuniq: 36000 is too many dates (gives &quot;not enough memory&quot;)</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Sandbox/Johnuniq/testpre&amp;diff=145633&amp;oldid=prev"/>
		<updated>2018-08-21T23:11:38Z</updated>

		<summary type="html">&lt;p&gt;36000 is too many dates (gives &amp;quot;not enough memory&amp;quot;)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- How many dates can Scribunto fit in the allowed 50 MB of memory?&lt;br /&gt;
&lt;br /&gt;
local Date = require(&amp;#039;Module:Date&amp;#039;)._Date&lt;br /&gt;
&lt;br /&gt;
local function main(frame)&lt;br /&gt;
	local count = tonumber(frame.args[1]) or 31000&lt;br /&gt;
	local jd = 2451545&lt;br /&gt;
	local dates = {}&lt;br /&gt;
	for i = 1, count do&lt;br /&gt;
		dates[i] = Date(&amp;#039;juliandate&amp;#039;, jd)&lt;br /&gt;
		jd = jd + 1&lt;br /&gt;
	end&lt;br /&gt;
	return &amp;#039;Number of dates = &amp;#039; .. count&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return { main = main }&lt;/div&gt;</summary>
		<author><name>imported&gt;Johnuniq</name></author>
	</entry>
</feed>