Skip to content

Commit ba04206

Browse files
authored
Update README.md
1 parent b132d24 commit ba04206

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ Here are its standout features:
4545
### Flexibility and Utility
4646
* **Rich Operators**: Offers a reasonable set of basic operators for a variety of applications.
4747
* **Built-in Functions**: Functions like `all`, `none`, `any`, `one`, `filter`, and `map` are provided out-of-the-box.
48-
```coffeescript
49-
all(Tweets, {.Size <= 280})
50-
```
5148

5249
### Performance
5350
* **Optimized for Speed**: Expr stands out in its performance, utilizing an optimizing compiler and a bytecode virtual machine. Check out these [benchmarks](https://github.com/antonmedv/golang-expression-evaluation-comparison#readme) for more details.

0 commit comments

Comments
 (0)