| Blog | https://aalmada.github.io/ |
| GitHub | https://github.com/aalmada |
| https://www.linkedin.com/in/antaoalmada/ |
Many household utility devices today rely on internet access to function fully. From washing machines and vacuum robots to air filters, fridges, and air conditioners, these appliances often need a direct link to a server via both the device itself and its associated app.
🚀 The latest preview of Visual Studio 2022 comes with a new .slnx solution format which is human readable and source control compatible! See how you can try it out today in my new video!
As discussed in a prior post on custom iterators with yield in C#, the combination of IEnumerable<T> and yield enables the creation of coroutines. Coroutines are commonly defined as functions capable of pausing and resuming execution. Effectively, managing these entails employing state machines, easily implemented through the use of the yield keyword. However, a challenge arises when composing multiple reusable coroutines, a problem addressed by the concept of behavior trees.
As discussed in a prior post on custom iterators with yield in C#, the combination of IEnumerable<T> and yield enables the creation of coroutines. Coroutines are commonly defined as functions capable of pausing and resuming execution. Effectively, managing these entails employing state machines, easily implemented through the use of the yield keyword. However, a challenge arises when composing multiple reusable coroutines, a problem addressed by the concept of behavior trees.
Released a new version featuring performance improvements and some more operations.
https://www.nuget.org/packages/NetFabric.Numerics.Tensors/3.1.0