|
Post by curious48 on Jul 30, 2016 8:19:25 GMT
In this thread you can post a speed comparison about any aspect of Arduino IDE that you want to talk about. We will move a couple of threads over to here. If you post and want to include a table, you definitely need to register (just an email, we won't spam it) since guests can't preview posts and the forum software isn't perfect. Don't try to post a table as a guest, you should preview them.
|
|
|
Post by Admin on Jul 30, 2016 8:22:12 GMT
|
|
|
Post by Admin on Jul 30, 2016 8:28:18 GMT
Member marcofusco posted the below, which we're moving from here:Arduino IDE takes five minutes to launch on my computer. That's just bizarre. It takes about 15 seconds for Arduino 1.6.9 to open on my computer.
|
|
|
Post by Admin on Jul 30, 2016 8:34:03 GMT
Guest "Guinea Pig" posted the below, which we're moving from here:Arduino IDE takes five minutes to launch on my computer. That's just bizarre. It takes about 15 seconds for Arduino 1.6.9 to open on my computer. I just timed mine, IDE V1.6.5 on Windows 10 Pro 64-bit. 3 seconds. Sounds like swordfish could do with a new computer. N.B. To admin: The "Preview" button doesn't work.
|
|
|
Post by Admin on Jul 30, 2016 8:36:35 GMT
curious48 (who is also this Admin) posted the below, which we're moving part of from here:I just timed mine, IDE V1.6.5 on Windows 10 Pro 64-bit. 3 seconds. Sounds like swordfish could do with a new computer. N.B. To admin: The "Preview" button doesn't work. Hi there! I think your startup and other times depend both on the software, and the speed of your computer (processor speed, memory, disk type). So it makes sense to post those stats along with the 3 seconds and the version of windows that you use (which you've shared). I think it would be especially interesting to know if you have an SSD. This is only a guess, as I'm also not sure what the breakdown between disk reads/memory/CPU would be, I haven't profiled it. My guess is that the Java runtime probably has a lot of separate files, disk IO may be a bottleneck. Posting all these stats would probably help other people trying to compare it. An SSD may also be the easiest/cheapest upgrade for some people who don't want to buy a new computer. Another thought I had is that since the Arduino IDE depends on Java, a helpful point of comparison might be the speed of other java runtimes on the given computer, since the Arduino IDE can't really do anything about that. (Given its architecture, and given how cross-platform it is, porting it would...likely not be a high priority for the project.) As another data point, I'll list the stats for me. Like other Java runtimes, it takes a few seconds to start up. I work on a Thinkpad x301, which is a very old computer (although it has a hardcore following - it's from 2008, but I got it used. Its big redeeming speed feature is having an SSD.) So, for me, with an SSD, and just a Core 2 duo processor at 1.4 GHz, and 4 GB of RAM (which the Arduino IDE by no means takes up), the latest Arduino IDE Arduino (1.6.10) takes 10 seconds to start up. (However, I do have a ton of other stuff open, so if I didn't have a lot of things open this might be lower.) By no means am I bothered working with the Arduino IDE on this computer. My stats on Thinkpad x301 laptop:
Hard drive type | SSD | Processor type | Core 2 Duo | Processor speed | 1.4 Ghz | Memory | 4 GB
| OS | Windows 7 (32-bit)
| Arduino version
| 1.6.10 | Java version
| Version 8 Update 25 | Arduino IDE startup
| 10-11 seconds
|
This is literally a $127 laptop computer.
|
|
|
Post by brendennerd on Jul 30, 2016 22:33:28 GMT
mine starts up in 10 seconds....
/ intel Pentium dual core 2.50Ghz 6gb ram windows 10 home / built it my self as a gaming pc... still holds up
|
|
|
Post by curious48 on Jul 31, 2016 8:15:50 GMT
mine starts up in 10 seconds.... / intel Pentium dual core 2.50Ghz 6gb ram windows 10 home / built it my self as a gaming pc... still holds up Interesting, because as you can see it's more than double the speed of my computer but has the same startup time. What kind of hard drive do you have?
|
|