Improve range write performance

This commit is contained in:
2024-02-01 16:52:22 -08:00
parent 802615e38b
commit 22daf0b9cb
2 changed files with 73 additions and 35 deletions

View File

@@ -8,3 +8,11 @@ repos:
rev: e2c2116d86a80e72e7146a06e68b7c228afc6319
hooks:
- id: cmake-format
- repo: local
hooks:
- id: debug verbose check
name: disallow checking in DEBUG_VERBOSE=1
description: disallow checking in DEBUG_VERBOSE=1
entry: '^#define DEBUG_VERBOSE 1$'
language: pygrep
types: [c++]