Skip to content

Commit

Permalink
Use JIT compiler optimization for Linked List, GoodSignal and Type Ch…
Browse files Browse the repository at this point in the history
…ecker modules (#1770)

* Use native for linked list module

* Use native for GoodSignal

* Use native for typechecker
  • Loading branch information
ccuser44 authored Nov 26, 2024
1 parent 199be61 commit 8830fec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions MainModule/Server/Shared/DoubleLinkedList.luau
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
--!native
--// File: LinkedList.lua
--// Desc: Provides a more performance-friendly alternative to large tables that get shifted in indexes constantly
--// Author: Coasterteam
Expand Down
1 change: 1 addition & 0 deletions MainModule/Server/Shared/GoodSignal.luau
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
--!native
--------------------------------------------------------------------------------
-- Batched Yield-Safe Signal Implementation --
-- This is a Signal class which has effectively identical behavior to a --
Expand Down
1 change: 1 addition & 0 deletions MainModule/Server/Shared/Typechecker.luau
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
--!native
--[[
t: a runtime typechecker for Roblox
Expand Down

0 comments on commit 8830fec

Please sign in to comment.