From 4b06549cd72411db72ae231e5ad6b1ae16ca0fbf Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 5 Jan 2024 20:20:20 +0100 Subject: cool --- c_hardflip.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c_hardflip.go') diff --git a/c_hardflip.go b/c_hardflip.go index e6bdbe0..c3945c1 100644 --- a/c_hardflip.go +++ b/c_hardflip.go @@ -94,8 +94,7 @@ func (data *HardData) sel_unique_id(id int) { } func main() { - // TODO: fill litems - // TODO: delete data.ptr | replace with litems + // TODO: delete data.ptr | replace everything ui with litems data_dir := c_get_data_dir() opts := HardOpts{true, true, false} ldirs := c_load_data_dir(data_dir, opts) @@ -144,6 +143,7 @@ func main() { } } + return // PERF: test performance over a large amount of hosts with litems i_ui(&data) } -- cgit v1.2.3