diffobj
diffobj copied to clipboard
Disable `trim` When Not in Use
Right now trimChr
, etc, use trim_identity
to not trim, but this is actually computationally intensive. Instead, we should just not do any of the trimming stuff at all when we don't use trim
.