<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic 64 Bit Python Geoprocess Speed vs 32 Bit Python Geoprocess Speed in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/64-bit-python-geoprocess-speed-vs-32-bit-python/m-p/594631#M46560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I ran a python script with both the 64 bit python.exe and 32 bit python.exe.&amp;nbsp; I was expecting the 64 bit python.exe to be faster (not sure how much faster it should be), but it was actually slower.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does this make any sense?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there any settings that need to be looked at to fix this, if this is not expected behavior?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Feb 2013 17:55:29 GMT</pubDate>
    <dc:creator>MichaelVolz</dc:creator>
    <dc:date>2013-02-15T17:55:29Z</dc:date>
    <item>
      <title>64 Bit Python Geoprocess Speed vs 32 Bit Python Geoprocess Speed</title>
      <link>https://community.esri.com/t5/python-questions/64-bit-python-geoprocess-speed-vs-32-bit-python/m-p/594631#M46560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I ran a python script with both the 64 bit python.exe and 32 bit python.exe.&amp;nbsp; I was expecting the 64 bit python.exe to be faster (not sure how much faster it should be), but it was actually slower.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does this make any sense?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there any settings that need to be looked at to fix this, if this is not expected behavior?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2013 17:55:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/64-bit-python-geoprocess-speed-vs-32-bit-python/m-p/594631#M46560</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-02-15T17:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: 64 Bit Python Geoprocess Speed vs 32 Bit Python Geoprocess Speed</title>
      <link>https://community.esri.com/t5/python-questions/64-bit-python-geoprocess-speed-vs-32-bit-python/m-p/594632#M46561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am curious about this as well...Sometimes when I run a script on x64 it is lightning fast, then other times it seems as slow or slower than 32 bit.&amp;nbsp; I usually do not have any other processes running at the same time either.&amp;nbsp; Seems to be hit or miss on my machine (and it is a new computer).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2013 18:10:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/64-bit-python-geoprocess-speed-vs-32-bit-python/m-p/594632#M46561</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-02-15T18:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: 64 Bit Python Geoprocess Speed vs 32 Bit Python Geoprocess Speed</title>
      <link>https://community.esri.com/t5/python-questions/64-bit-python-geoprocess-speed-vs-32-bit-python/m-p/594633#M46562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The advantage of 64 bit processing over 32 bit processing is generally not speed. The only times you would really see a speed improvement is if you are seeing a large number of hard faults by the process or in other words the process is exceeding the amount of RAM available and is forced to read/write to disk. More likely the advantage you will find is the ability of a process to complete succesfully where in the past it may have failed with an out of memory error, this really only applies to memory intensive operations. Slight differences in speed of the process may be better attributed to differences in other processes running at the same time requiring time from the CPU and Disk.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 15:12:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/64-bit-python-geoprocess-speed-vs-32-bit-python/m-p/594633#M46562</guid>
      <dc:creator>ChrisFox3</dc:creator>
      <dc:date>2013-02-19T15:12:36Z</dc:date>
    </item>
  </channel>
</rss>

