Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

perf: lazy load IPLD formats #1704

Merged
merged 2 commits into from
Nov 12, 2018
Merged

perf: lazy load IPLD formats #1704

merged 2 commits into from
Nov 12, 2018

Commits on Nov 9, 2018

  1. perf: lazy load IPLD formats

    This PR uses the new `loadFormat` option for IPLD to lazily require IPLD formats in order to reduce the startup time for the node.
    
    If you're feeling like you've seen this before then, for reference:
    
    The PR ipld/js-ipld#164 undid the work done in ipld/js-ipld#145 and ipld/js-ipld#178 re-enabled lazy loading.
    
    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    alanshaw committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    efd8411 View commit details
    Browse the repository at this point in the history
  2. chore: use ~

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    alanshaw committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    a0ea19d View commit details
    Browse the repository at this point in the history