<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: how much bytes of RAM does a sprintf message need?</title>
		<atom:link href="http://cycling74.com/forums/topic/how-much-bytes-of-ram-does-a-sprintf-message-need/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/how-much-bytes-of-ram-does-a-sprintf-message-need/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 03:37:57 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/how-much-bytes-of-ram-does-a-sprintf-message-need/#post-51655</guid>
					<title><![CDATA[how much bytes of RAM does a sprintf message need?]]></title>
					<link>http://cycling74.com/forums/topic/how-much-bytes-of-ram-does-a-sprintf-message-need/#post-51655</link>
					<pubDate>Fri, 06 Aug 2010 15:58:22 +0000</pubDate>
					<dc:creator>yns</dc:creator>

					<description>
						<![CDATA[
						<p>does anybody have a clue how much bytes this sprintf object: [sprintf append %ld / %ld] would need for each unique symbol?</p>
<p>and in general how to calculate how much bytes a sprintf message is going to need if that&#8217;s possible?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-much-bytes-of-ram-does-a-sprintf-message-need/#post-185365</guid>
					<title><![CDATA[Re: how much bytes of RAM does a sprintf message need?]]></title>
					<link>http://cycling74.com/forums/topic/how-much-bytes-of-ram-does-a-sprintf-message-need/#post-185365</link>
					<pubDate>Mon, 09 Aug 2010 13:27:11 +0000</pubDate>
					<dc:creator>yns</dc:creator>

					<description>
						<![CDATA[
						<p>would i be better of making my own mxj for the task? cpu and RAM wise?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-much-bytes-of-ram-does-a-sprintf-message-need/#post-185366</guid>
					<title><![CDATA[Re: how much bytes of RAM does a sprintf message need?]]></title>
					<link>http://cycling74.com/forums/topic/how-much-bytes-of-ram-does-a-sprintf-message-need/#post-185366</link>
					<pubDate>Sun, 15 Aug 2010 08:02:21 +0000</pubDate>
					<dc:creator>Emmanuel Jourdan</dc:creator>

					<description>
						<![CDATA[
						<p>in this case you are not generating more symbols. Append is probably already in the symbol table, and the <code>%ld</code> are numbers. Since you don&#8217;t use the <em>symout</em> argument it won&#8217;t output a symbol, so I wouldn&#8217;t worry about the RAM usage.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

