Discover how normalization impacts query plan caching in GraphQL Federation, optimizing API performance by increasing cache hit ratios and reducing latency. Learn about different normalization forms and their applications.| WunderGraph Feed
In this article, I will introduce you to a new package called astjson that I have been working on for the last couple of weeks. It is a Go package that allows you to transform and merge JSON objects with unmatched speed. It is based on the jsonparser package by buger aka Leonid Bugaev and extends it with the ability to transform and merge JSON objects at unparalleled performance.| WunderGraph Feed
We present a new algorithm to solve the N+1 Problem in GraphQL that's much more efficient and easier to maintain than current solutions. By resolving breadth-first instead of depth-first, we can reduce concurrency from O(N^2) to O(1) and improve performance by up to 5x while reducing code complexity.| WunderGraph Feed
Discover open positions at WunderGraph and join us in building the number one solution for open-source GraphQL Federation!| WunderGraph