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

Process intermediates in chunks for CoreDataBatchImportOperation #2

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Commits on Nov 27, 2018

  1. Process intermediates in chunks defined in a new init for CoreDataBat…

    …chImportOperation, saving regularly
    Sam Taylor committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    d9ea24e View commit details
    Browse the repository at this point in the history
  2. Set default value in initialiser

    David Yates committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    cc654cd View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Update cocoapods

    Sam Oakley committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    7879b08 View commit details
    Browse the repository at this point in the history
  2. Fix issue where chunks were not used for import

    Sam Oakley committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    0feacdd View commit details
    Browse the repository at this point in the history
  3. Add performance tests for chunked import

    Sam Oakley committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    e708b89 View commit details
    Browse the repository at this point in the history
  4. Make import initialiser public

    Sam Oakley committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    2270042 View commit details
    Browse the repository at this point in the history