You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCS.md
+1-20Lines changed: 1 addition & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1085,26 +1085,7 @@ const user = await beeThreads.worker<typeof findUser>('./workers/find-user')(123
1085
1085
| Real-time event handling |`turbo()`|
1086
1086
| Cron jobs |`max()`|
1087
1087
1088
-
### 11. Why AutoPack for object serialization?
1089
-
1090
-
**Decision:** Use AutoPack to convert arrays of objects into TypedArrays before postMessage transfer, providing 1.5-10x faster serialization than structuredClone.
1091
-
1092
-
**Performance benchmarks (1M objects, Node.js):**
1093
-
1094
-
| Object Type | structuredClone | AutoPack | Speedup |
0 commit comments