pkoukk / tiktoken-go

go version of tiktoken
MIT License
601 stars 67 forks source link

Fix memory alloc #35

Closed pkoukk closed 11 months ago

pkoukk commented 11 months ago

Fix the issue of excessive memory consumption when initializing Encoding with multiple goroutines.