Use SIMD base64 everywhere

This commit is contained in:
Kovid Goyal
2026-04-21 11:56:55 +05:30
parent 744ad7438c
commit 3d8a2fbb4f
16 changed files with 34 additions and 22 deletions

View File

@@ -7,7 +7,6 @@ import (
"bytes"
"compress/gzip"
"context"
"encoding/base64"
"encoding/json"
"errors"
"fmt"
@@ -28,9 +27,11 @@ import (
"syscall"
"time"
"github.com/kovidgoyal/kitty"
"github.com/emmansun/base64"
"golang.org/x/sys/unix"
"github.com/kovidgoyal/go-shm"
"github.com/kovidgoyal/kitty"
"github.com/kovidgoyal/kitty/tools/cli"
"github.com/kovidgoyal/kitty/tools/themes"
"github.com/kovidgoyal/kitty/tools/tty"
@@ -40,8 +41,6 @@ import (
"github.com/kovidgoyal/kitty/tools/utils"
"github.com/kovidgoyal/kitty/tools/utils/secrets"
"github.com/kovidgoyal/kitty/tools/utils/shlex"
"golang.org/x/sys/unix"
)
var _ = fmt.Print