summary refs log tree commit diff stats
path: root/lib/system/cellseqs_v1.nim
Commit message (Collapse)AuthorAgeFilesLines
* 🚀 Enhancing CellSeq for Better Readability and Maintainability (#21797)Jordan Gillard2023-05-071-8/+11
| | | | | | Refactor and improve readability of CellSeq in system directory * Use half-open range in the contains procedure for better readability and to avoid potential off-by-one errors * Extract resizing logic from add procedure into a separate resize procedure for better code readability and separation of concerns
* more checking for --gc:arc, no need for valgrind (#14467)Andreas Rumpf2020-05-291-0/+43
* sigmatch: removed dead code