-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speedup #30
Speedup #30
Commits on Feb 28, 2017
-
Modified access to resource files so that it works on Windows and
hopefully every other OS.
Configuration menu - View commit details
-
Copy full SHA for d23bbd9 - Browse repository at this point
Copy the full SHA d23bbd9View commit details
Commits on Mar 1, 2017
-
Replaced Jackson by MessagePack parsing code from Jmol. Jackson remains
available by a switch in MessagePackSerialization.
Configuration menu - View commit details
-
Copy full SHA for 9c4052b - Browse repository at this point
Copy the full SHA 9c4052bView commit details -
Moving code from getNumBonds() to constructor results in 4-fold speedup
of BioJava Structure creation.
Configuration menu - View commit details
-
Copy full SHA for 36d075f - Browse repository at this point
Copy the full SHA 36d075fView commit details -
FLOAT64 is now parsed as double, which corresponds to what Jackson did.
Passed MessagePackTest.
Configuration menu - View commit details
-
Copy full SHA for 5ce9fbc - Browse repository at this point
Copy the full SHA 5ce9fbcView commit details
Commits on Mar 5, 2017
-
Added a test comparing if results of Jackson and the new MessagePack
parser adopted from Jmol are identical.
Configuration menu - View commit details
-
Copy full SHA for 7c10d24 - Browse repository at this point
Copy the full SHA 7c10d24View commit details -
Configuration menu - View commit details
-
Copy full SHA for c99723c - Browse repository at this point
Copy the full SHA c99723cView commit details
Commits on Mar 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1570040 - Browse repository at this point
Copy the full SHA 1570040View commit details
Commits on Mar 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 3822c89 - Browse repository at this point
Copy the full SHA 3822c89View commit details
Commits on Mar 17, 2017
-
Zipped resource pdb_entry_type.txt. Replaced few other
RuntimeExceptions by IOException and try with resources.
Configuration menu - View commit details
-
Copy full SHA for 86c7a03 - Browse repository at this point
Copy the full SHA 86c7a03View commit details
Commits on Mar 18, 2017
-
Replaced zip with gz. Also corrected the loading of file using URL,
previous was failing on Windows again. Going to use URL elsewhere too in the next commit.
Configuration menu - View commit details
-
Copy full SHA for 06455cb - Browse repository at this point
Copy the full SHA 06455cbView commit details
Commits on Mar 21, 2017
-
Nicer code for reading text files as resources in gz. URL are used
whenever possible (simpler and more reliable), File left only when necessary for API tests.
Configuration menu - View commit details
-
Copy full SHA for 5fc6b9a - Browse repository at this point
Copy the full SHA 5fc6b9aView commit details
Commits on Mar 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5f8057f - Browse repository at this point
Copy the full SHA 5f8057fView commit details
Commits on Mar 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for acf8e1c - Browse repository at this point
Copy the full SHA acf8e1cView commit details
Commits on Mar 24, 2017
-
PDB codes for testing now does not contain missing records (no codes …
…after 12/01/2016). Increased -Xmx for testing from 1500 to 6000 MB because sometimes GC timeout occured in MessagePackTest. Improved comments on the MessagePack parser.
Configuration menu - View commit details
-
Copy full SHA for 032d454 - Browse repository at this point
Copy the full SHA 032d454View commit details
Commits on Mar 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2999e37 - Browse repository at this point
Copy the full SHA 2999e37View commit details
Commits on Mar 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4f69622 - Browse repository at this point
Copy the full SHA 4f69622View commit details
Commits on Mar 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ef9034f - Browse repository at this point
Copy the full SHA ef9034fView commit details -
Better API for Lines utility. Also number of tested structures
was corrected to reasonable number 10.
Configuration menu - View commit details
-
Copy full SHA for 2d388ef - Browse repository at this point
Copy the full SHA 2d388efView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd39c88 - Browse repository at this point
Copy the full SHA cd39c88View commit details
Commits on Mar 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 457bf2c - Browse repository at this point
Copy the full SHA 457bf2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07425c1 - Browse repository at this point
Copy the full SHA 07425c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72e468e - Browse repository at this point
Copy the full SHA 72e468eView commit details