Skip to content
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

Merged
merged 22 commits into from
Mar 28, 2017
Merged

Speedup #30

merged 22 commits into from
Mar 28, 2017

Commits on Feb 28, 2017

  1. Modified access to resource files so that it works on Windows and

    hopefully every other OS.
    altaite committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    d23bbd9 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2017

  1. Replaced Jackson by MessagePack parsing code from Jmol. Jackson remains

    available by a switch in MessagePackSerialization.
    altaite committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    9c4052b View commit details
    Browse the repository at this point in the history
  2. Moving code from getNumBonds() to constructor results in 4-fold speedup

    of BioJava Structure creation.
    altaite committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    36d075f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ce9fbc View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2017

  1. Added a test comparing if results of Jackson and the new MessagePack

    parser adopted from Jmol are identical.
    altaite committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    7c10d24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c99723c View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

  1. Version set to 1.05.

    altaite committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    1570040 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2017

  1. Configuration menu
    Copy the full SHA
    3822c89 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2017

  1. Zipped resource pdb_entry_type.txt. Replaced few other

    RuntimeExceptions by IOException and try with resources.
    altaite committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    86c7a03 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2017

  1. 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.
    altaite committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    06455cb View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. 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.
    altaite committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    5fc6b9a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. Configuration menu
    Copy the full SHA
    5f8057f View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2017

  1. Configuration menu
    Copy the full SHA
    acf8e1c View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2017

  1. 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.
    altaite committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    032d454 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2017

  1. Configuration menu
    Copy the full SHA
    2999e37 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2017

  1. Better API for Lines utility.

    altaite committed Mar 26, 2017
    Configuration menu
    Copy the full SHA
    4f69622 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2017

  1. Configuration menu
    Copy the full SHA
    ef9034f View commit details
    Browse the repository at this point in the history
  2. Better API for Lines utility. Also number of tested structures

    was corrected to reasonable number 10.
    altaite committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    2d388ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd39c88 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2017

  1. Configuration menu
    Copy the full SHA
    457bf2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07425c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72e468e View commit details
    Browse the repository at this point in the history