Fork me on GitHub
#nbb
<
2021-08-17
>
borkdude14:08:38

let me know if I can do anything in nbb to make the above use case easier

borkdude14:08:41

e.g. by exposing some function or so

mauricio.szabo16:08:56

Some updates on my experiments with automatic resolution of promises: https://github.com/mauricioszabo/nbb/blob/full-async/src/nbb/sync_promises.cljs. Please, let me know if this channel is a good place to discuss these things (I'm quite excited to be playing with nbb but I don't want to be inconvenient) I was somehow able to optimize most of code. Originally, with a benchmark I did, nbb without changes ran a benchmark program in 16s, and my code, in 75. Now it's down to 23s. Not great, not terrible.