Skip to content
#

fast

Here are 285 public repositories matching this topic...

jsumners
jsumners commented May 11, 2022

I'm trying to understand how a worker thread is passing an error back to the main Pino process through the worker message bus. In the code below there is a transport with an internal EventEmitter that emits an unhandled error event. Yet, somehow, we can attach an .on('error') listener to the transport and handle that emitted event. How does this work?

package.json

This is a high performance list view for React Native with support for complex layouts using a similar FlatList usage to make easy the replacement. This list implementation for big list rendering on React Native works with a recycler focused on performance and memory usage and so it permits processing thousands items on the list.

  • Updated Jul 1, 2022
  • JavaScript

Improve this page

Add a description, image, and links to the fast topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fast topic, visit your repo's landing page and select "manage topics."

Learn more