Skip to content

Commit

Permalink
include rbxms
Browse files Browse the repository at this point in the history
  • Loading branch information
Aspecky committed Jan 8, 2024
1 parent da1c151 commit 179dbf8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Binary file added .moonwave/static/benchmarks/benches.rbxm
Binary file not shown.
Binary file added .moonwave/static/benchmarks/signals.rbxm
Binary file not shown.
5 changes: 4 additions & 1 deletion docs/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ The execution times are not meant to measure the absolute time it takes for a me
We can conclude that a doubly linked list strikes the best balance out of the other 3 by having:
* Ordered fire
* Fast iteration making :Fire run as fast as an array
* Solves singly's O(n) disconnect by making it O(1) which makes it as fast as the other 2
* Solves singly's O(n) disconnect by making it O(1) which makes it as fast as the other 2

All the signal implementations as ModuleScripts are here [signals.rbxm](\benchmarks\signals.rbxm)<br></br>
All the `.bench` ModuleScripts that the benchmarker plugin uses are here [benches.rbxm](\benchmarks\benches.rbxm)

0 comments on commit 179dbf8

Please sign in to comment.