Add comment to tokenwriter

Change-Id: Ib00a0f15a193fc84d9a87dd0939d49362b5a8d62
diff --git a/token_writer.go b/token_writer.go
index f6dffa4..9c09506 100644
--- a/token_writer.go
+++ b/token_writer.go
@@ -8,6 +8,12 @@
 
 type Bits uint8
 
+// TODO-Perf:
+// - TokenWriter may support AvailableBuffer(), so tokens can be written
+//   directly without a separate buffer. copying from the same underlying
+//   byte array is a nop thren (Go 1.18).
+
+
 const (
 	TOKENS Bits = 1 << iota
 	SENTENCES