Calandiel / BurstUtilities

Datatypes and utilities for working with Unity's Burst compiler. Eases implementation of more complex multithreaded algorithms and simplifies usage of coroutines with unsafe Burst jobs. For advanced users, exposes many unsafe features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecation notice

This library was developed for use with Unity's Burst Compiler. At the time of writing, there were no libraries for many basic functionalities, such as lists or dictionaries without built-in references that would make them impossible to nest, as per Burst's limitations on C#. However, they've been since reimplemented by Unity. I'd suggest using their versions as they're actively supported. Look for them in the Unity.Collections package, in the LowLevel namespace.

About

Datatypes and utilities for working with Unity's Burst compiler. Eases implementation of more complex multithreaded algorithms and simplifies usage of coroutines with unsafe Burst jobs. For advanced users, exposes many unsafe features.

License:Apache License 2.0


Languages

Language:C# 100.0%