This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Description
currently the first push/val will take a longer time because of the first connection.
it would be better to warm up the connection on begin()
instead and tear everything down with end()
.
As pointed by @yhua537 in #375 that would allow sketches to trade additional latency for more memory available.