<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Сотни тысяч пикселей и скорость операций в R</title>
	<atom:link href="http://blog.gis-lab.info/2007-12/r-system-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gis-lab.info/2007-12/r-system-time/</link>
	<description>Понемногу о ГИС/ДЗЗ и развитии GIS-Lab.info</description>
	<pubDate>Tue, 18 Nov 2008 09:25:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: sim</title>
		<link>http://blog.gis-lab.info/2007-12/r-system-time/#comment-197</link>
		<dc:creator>sim</dc:creator>
		<pubDate>Thu, 06 Dec 2007 21:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gis-lab.info/2007-12/r-system-time/#comment-197</guid>
		<description>Ну а совсем это убыстрить можно так, перед условием избавиться от остальных колонок в проверяемом массиве:

subraster1 = raster1[,1]
system.time(for (ind in 1:length(raster1)) {if (img2[ind] == 32000) {raster2[ind] = 0}})[3]

elapsed 
   1.95</description>
		<content:encoded><![CDATA[<p>Ну а совсем это убыстрить можно так, перед условием избавиться от остальных колонок в проверяемом массиве:</p>
<p>subraster1 = raster1[,1]<br />
system.time(for (ind in 1:length(raster1)) {if (img2[ind] == 32000) {raster2[ind] = 0}})[3]</p>
<p>elapsed<br />
   1.95</p>
]]></content:encoded>
	</item>
</channel>
</rss>
