logo hsb.horse
← Back to tag index

Tags

#file-system

Blog posts, snippets, and glossary entries related to "file-system", gathered in one place.

Entries 2
  1. Snippets
    Node.js File Check

    Promise-based function to check if a path is a file in Node.js. Returns false on error.

  2. Snippets
    Two-Phase Repository Walk with Byte Budget

    Split processing into path/size scan → structure analysis → read only needed chunks → parse to make memory limits controllable even for large repositories.