VictoriaMetrics/lib/mergeset
Guillem Jover 1d8b7faf71
spelling and grammar fixes via codespell ()
### Describe Your Changes

Fix many spelling errors and some grammar, including misspellings in
filenames.

The change also fixes a typo in metric `vm_mmaped_files` to `vm_mmapped_files`.
While this is a breaking change, this metric isn't used in alerts or dashboards.
So it seems to have low impact on users.

The change also deprecates `cspell` as it is much heavier and less usable.
---------

Co-authored-by: Andrii Chubatiuk <achubatiuk@victoriametrics.com>
Co-authored-by: Andrii Chubatiuk <andrew.chubatiuk@gmail.com>

(cherry picked from commit 76d205feae)
Signed-off-by: hagen1778 <roman@victoriametrics.com>
2025-03-17 16:38:11 +01:00
..
block_header.go spelling and grammar fixes via codespell () 2025-03-17 16:38:11 +01:00
block_stream_reader.go lib/{storage,mergeset}: convert InitFromFilePart to MustInitFromFilePart 2023-04-14 15:47:20 -07:00
block_stream_reader_test.go lib/mergeset: use deterministic random generator in tests 2023-01-23 19:44:10 -08:00
block_stream_writer.go lib/mergeset: properly record the firstItem in metaindexRow at blockStreamWriter.WriteBlock 2024-02-12 20:16:50 +02:00
encoding.go lib/slicesutil: add helper functions for setting slice length and extending its capacity 2024-05-12 11:33:49 +02:00
encoding_test.go lib/mergeset: use deterministic random generator in tests 2023-01-23 19:44:10 -08:00
encoding_timing_test.go lib/mergeset: fix data race in BenchmarkInmemoryBlockMarshal 2023-01-23 19:44:07 -08:00
filenames.go lib/mergeset: consistently use OS-independent separator in file paths 2023-03-25 14:34:33 -07:00
inmemory_part.go spelling and grammar fixes via codespell () 2025-03-17 16:38:11 +01:00
merge.go spelling and grammar fixes via codespell () 2025-03-17 16:38:11 +01:00
merge_test.go lib/mergeset: consistently use atomic.* types instead of atomic.* function calls on ordinary types 2024-02-24 00:29:12 +02:00
metaindex_row.go lib/encoding: optimize UnmarshalVarUint64, UnmarshalVarInt64 and UnmarshalBytes a bit 2024-05-14 01:30:25 +02:00
part.go spelling and grammar fixes via codespell () 2025-03-17 16:38:11 +01:00
part_header.go lib/mergeset: fix typos in comments 2024-08-07 16:59:22 +02:00
part_search.go lib/storage: add a hint for merge about type of parts in merge () 2025-01-10 17:45:20 +04:00
part_search_test.go lib/storage: add a hint for merge about type of parts in merge () 2025-01-10 17:45:20 +04:00
table.go spelling and grammar fixes via codespell () 2025-03-17 16:38:11 +01:00
table_search.go lib/storage: add a hint for merge about type of parts in merge () 2025-01-10 17:45:20 +04:00
table_search_test.go spelling and grammar fixes via codespell () 2025-03-17 16:38:11 +01:00
table_search_timing_test.go lib/mergeset: explicitly pass the interval for flushing in-memory data to disk at MustOpenTable() 2025-02-24 15:34:59 +01:00
table_test.go lib/mergeset: explicitly pass the interval for flushing in-memory data to disk at MustOpenTable() 2025-02-24 15:34:59 +01:00