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

Provide a Number of fixes/improvements to NCZarr #1887

Merged
merged 5 commits into from
Nov 20, 2020

Commits on Nov 20, 2020

  1. Provide a Number of fixes/improvements to NCZarr

    Primary changes:
    * Add an improved cache system to speed up performance.
    * Fix NCZarr to properly handle scalar variables.
    
    Misc. Related Changes:
    * Added unit tests for extendible hash and for the generic cache.
    * Add config parameter to set size of the NCZarr cache.
    * Add initial performance tests but leave them unused.
    * Add CRC64 support.
    * Move location of ncdumpchunks utility from /ncgen to /ncdump.
    * Refactor auth support.
    
    Misc. Unrelated Changes:
    * More cleanup of the S3 support
    * Add support for S3 authentication in .rc files: HTTP.S3.ACCESSID and HTTP.S3.SECRETKEY.
    * Remove the hashkey from the struct OBJHDR since it is never used.
    DennisHeimbigner committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    eb3d9eb View commit details
    Browse the repository at this point in the history
  2. Update RELEASENOTES

    DennisHeimbigner committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    02b958f View commit details
    Browse the repository at this point in the history
  3. Force re-check

    DennisHeimbigner committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    a6e3a2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c25ebd7 View commit details
    Browse the repository at this point in the history
  5. missing ifdef

    DennisHeimbigner committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    be6cefc View commit details
    Browse the repository at this point in the history