Skip to content

OverHash/delta-compress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeltaCompress

DeltaCompress is a Roblox library to efficiently replicate tables. It calculates the difference between two tables that can be sent as a buffer.

Supported Data

  • arrays
  • dictionary (except ones with number keys)
  • string
  • number
  • boolean
  • Vector2
  • Vector3
  • Vector2int16
  • Vector3int16
  • CFrame

Releases

No releases published

Packages

No packages published

Languages

  • Luau 100.0%