]> git.gag.com Git - debian/openrocket/commit
Implement a multithreaded pipeline to load the component preset files. This greatly...
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Wed, 9 May 2012 02:01:57 +0000 (02:01 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Wed, 9 May 2012 02:01:57 +0000 (02:01 +0000)
commit591e4f3ee829d43dbced0f281b41fafa8ea71a30
tree7324a789bd4ffda12ac9f007d095b8410289c768
parentcab6b8fb951447148aeb3b21953cdb5d068d033a
Implement a multithreaded pipeline to load the component preset files.  This greatly reduces the time to load them.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@657 180e2498-e6e9-4542-8430-84ac67f01cd8
core/src/net/sf/openrocket/database/ComponentPresetDatabase.java
core/src/net/sf/openrocket/startup/ConcurrentComponentPresetDatabaseLoader.java [new file with mode: 0644]
core/src/net/sf/openrocket/startup/Startup2.java