Skip to content

1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 May 22:10
dc6560b
  • dc6560b feat(speed): make adding records much faster (#15)
    • for a zone with 30,000 records, reduce insertion time from 7 minutes to ~3 seconds.
    • method: populate owner index, use for duplicate and collision detection (vs linear array search)
  • ba91800 enable windows testing (#13)
  • test(bind): replace implicit \n with os.EOL
  • test(index): add tests for removeChar, stripComment