Kovid Goyal
|
b627d2e4ab
|
Move error handling code into its own library
|
2025-10-12 13:51:16 +05:30 |
|
Kovid Goyal
|
3059c87bd0
|
Use a lock and channel free parallelization for subseq scoring
|
2025-06-06 06:39:09 +05:30 |
|
Kovid Goyal
|
cc500893f0
|
...
|
2025-05-21 12:16:25 +05:30 |
|
Kovid Goyal
|
c861259e3b
|
Rename go module from kitty -> github.com/kovidgoyal/kitty
Makes the code more easily re-useable in other projects
|
2025-05-16 08:43:39 +05:30 |
|
Kovid Goyal
|
405f5ce148
|
Use stdlib maps/slices
|
2024-06-24 07:54:13 +05:30 |
|
Kovid Goyal
|
341d845b9a
|
Port calls to slices.Sort functions since they now need a cmp() function rather than a less() function
Also rename os.SEEK_* to io.Seek* as the former has been deprecated
|
2023-08-04 22:50:13 +05:30 |
|
Kovid Goyal
|
29dd2438c9
|
Port the subseq matcher to Go
|
2023-03-14 12:29:44 +05:30 |
|