Pyseph

Results 4 comments of Pyseph

> A [benchmark](https://github.com/Anaminus/benchmarks/tree/master/octree) of current (Octree) versus optimized (PyOctree) shows the following performance improvements: > > ![OctreeVsPyOctree](https://user-images.githubusercontent.com/918097/116464855-fae90e80-a85b-11eb-8878-7a8598933a5b.png) > > Radius Octree PyOctree Improvement > 20 26304 23169 1.13x faster >...

I created a fork and introduced the proposed solution in the commit below: https://github.com/PysephWasntAvailable/roact-constant-fork/commit/53272efd80b1f7e362887418ac68bc1ea8cb3adc

I've found a good repro for this bug (which only occurs once per instance name - ie reproducing this bug twice with the same object name won't work): 1. sync...

I've ran into the same error, and was referred to here to comment my usecase. Roblox has a `Enum.StudioStyleGuideColor` EnumItem which is only indexable in-studio. As my code supports being...