FastNet2 - a fast, efficient & lightweight network library

i forgot to remove if self then when changing self = nil to setmetatable(self, nil)

edit:
re-updated rc9 0.9.2 with minor fix docs

FastNet2 | Update

  • Using Luau Native Code Generation (–!native) for better optimized performance
  • Changed serialize identifier from hash to string.pack (with lower byte cost)
  • Add Util.Session (Internal function) for serialize function
  • Minor fix .CheckUpdate function
  • Other minor change
Version: RC9 (0.9.3)

Available with Standalone .RBXM, .luau files in Github Repo & Wally Package.


FastNet2 - Commit
FastNet2 - Wally

2 Likes

reupdated existing benchmark test result & add another poll

1 Like

NetBench
this netbench for scoring networking module on server/client side, the score is depending to their time and performance affect to frame time (delta).

1 Like

FastNet2 | Patch

  • Fixed Creating twice β€œEvent” Instance
  • Fixed requestId on Client/Server Pull (function)
  • Add .uniqueNum (function) for requestId (Internal function)
  • Minor performance improvement on :Fire (function) at Client-Side
Version: RC9 (0.9.4)

Available with Standalone .RBXM, .luau files in Github Repo & Wally Package.


FastNet2 - Commit
FastNet2 - Wally

1 Like