Go general data structures module
Find a file
2023-08-31 10:36:55 +03:00
cmd ... 2023-08-31 10:36:55 +03:00
iterx Shorter package names. 2023-08-27 15:41:30 +03:00
llx Shorter package names. 2023-08-27 15:41:30 +03:00
mapx Finished the ordered map structure. 2023-08-31 07:24:23 +03:00
poolx Shorter package names. 2023-08-27 15:41:30 +03:00
rangex Shorter package names. 2023-08-27 15:41:30 +03:00
slicex Shorter package names. 2023-08-27 15:41:30 +03:00
sparsex Fixed some sparsex issues. 2023-08-28 12:06:51 +03:00
.gitignore Some fixes. Also added the readme. 2023-08-27 15:33:44 +03:00
go.mod Added OrderedMap and Range types. 2023-07-09 11:39:35 +03:00
go.sum Implemented basic sparse array. 2023-02-17 18:08:25 +05:00
mkconfig Init. 2022-11-25 18:33:54 +05:00
mkfile Shorter package names. 2023-08-27 15:41:30 +03:00
readme Some fixes. Also added the readme. 2023-08-27 15:33:44 +03:00

# godat

Golang custom data structures for specific purposes.

- Linked list: llx
- List: listx
- Sparse array: sparsex