Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Apr 19, 2022
1 parent c2a199a commit e99fecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ q := ch.Query{
## Features
* OpenTelemetry support
* No reflection or `interface{}`
* Generics (go1.18) for `ArrayOf[T]`, `LowCardinaliyOf[T]`, `MakOf[K, V]`
* Generics (go1.18) for `ArrayOf[T]`, `LowCardinaliyOf[T]`, `MapOf[K, V]`
* **Column**-oriented design that operates with **blocks**
* [Dramatically more efficient](https://github.com/go-faster/ch-bench)
* Up to 100x faster than row-first design around `sql`
Expand Down

0 comments on commit e99fecc

Please sign in to comment.