Bookmarks with tag "performance", page 4 of 4
Crystal has made a huge step forward to have parallelism as a first class citizen. In short, you can set up the number of worker threads on runtime and each new fiber will be scheduled to run on one of them. Channel and select will work seamlessly. You are allowed to share memory between workers, but you will probably need to take care of some synchronization to keep the state consistent.
This article talks about two important techniques, Debouncing and Throttling, to enhance your website performance. Learn both concepts with real-life examples.
Open-source load testing tool.