aboutsummaryrefslogtreecommitdiff
path: root/src/analytics/analytics_schema.zig (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-12-30Upgrade to latest Zig, remove dependency on patched version of Zig (#96)Gravatar Jarred Sumner 1-3/+3
* Prepare to upgrade zig * zig fmt * AllocGate * Update data_url.zig * wip * few files * just headers now? * I think everything works? * Update mimalloc * Update hash_map.zig * Perf improvements to compensate for Allocgate * Bump * :camera: * Update bun.lockb * Less branching * [js parser] Slightly reduce memory usage * Update js_parser.zig * WIP remove unused * [JS parser] WIP support for `with` keyword * Remove more dead code * Fix all the build errors! * cleanup * Move `network_thread` up * Bump peechy * Update README.md
2021-10-24Upgrade to latest peechyGravatar Jarred Sumner 1-380/+222
2021-10-05analytics is good enough for nowGravatar Jarred Sumner 1-140/+177
2021-10-05Async analytics works nowGravatar Jarred Sumner 1-0/+648
Requests are ~60 bytes and the thread mostly sleeps, so it should be pretty low overhead overall.