Skip to content

nezuo/delta-compress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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