aboutsummaryrefslogtreecommitdiff
path: root/lib/tabula/column.go
AgeCommit message (Collapse)Author
10 daysall: apply go fixShulhan
2025-01-23all: use for-range with numericShulhan
Go 1.22 now support for-range on numeric value.
2025-01-23all: replace "interface{}" with "any"Shulhan
2023-09-11lib/tabula: realign struct for better size allocationShulhan
The realignment reduce the cost of the following struct, * Claset: from 136 to 120 bytes (-16) * Column: from 64 to 48 bytes (-16) * Dataset: from 40 to 32 bytes (-8) While at it, fix linter warnings due to unused parameters in test.
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2018-09-18Merge package "github.com/shuLhan/tabula"Shulhan