Skip to content

Commit

Permalink
docs: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gangliao authored Dec 28, 2021
1 parent 1fb5c4c commit 2fdbad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The generic lambda function code is built in advance and uploaded to AWS S3.
You can enable the features `simd` (to use SIMD instructions) and/or `mimalloc` or `snmalloc` (to use either the mimalloc or snmalloc allocator) as features by passing them in as --features:

```shell
# yum install -y openssl-devel gcc
$ cargo +nightly build --target x86_64-unknown-linux-gnu --release \
--features "arrow/simd datafusion/simd snmalloc"
```
Expand Down

0 comments on commit 2fdbad8

Please sign in to comment.