instantiations / es_compression

Compression framework for Dart providing FFI implementations for Brotli, Lz4, Zstd (Zstandard) with ready-to-use prebuilt binaries for Win/Linux/Mac.
https://www.instantiations.com
BSD 3-Clause "New" or "Revised" License
41 stars 8 forks source link

Async Api using isolates #8

Closed sethloco closed 4 years ago

sethloco commented 4 years ago

I need to understand this a bit more. I see mention of this in the tflite-native project. I've also read about FFI characteristics with regards to isolates and since FFI is still technically Beta...things may change here.

Right now just need more information and use cases

sethloco commented 4 years ago

Not going to worry about this for now