Skip to content
#

charles

Here are 43 public repositories matching this topic...

dsaitta0
dsaitta0 commented Nov 5, 2020

Hi,

I saw that there is a perfomance degratation due to a for loop used inside the static func harmlessFunction() declared in CustomSelfAwareHelper struct.

This loop is trying to verify the type with the as? operator (that have a complexity of O(n) ) and try to unwrapp the result in order to call the awake() function.

For a medium-larger project (with likely 20k+ classes) that covers old

Arduino code for creating a realistic candle flicker using 8-neopixels, and the FastLED Library. This code is a modified version of the Fire2012 with Color Palette example that comes with FastLED and utilizes a button to cycle through different color palettes in real time.

  • Updated Jul 7, 2017
  • Arduino

Improve this page

Add a description, image, and links to the charles 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 charles topic, visit your repo's landing page and select "manage topics."

Learn more