From 3192c50870386565284f117502434fbe8ce0463a Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Mon, 24 Jul 2017 21:39:35 -0700 Subject: [PATCH] Update the news page --- src/client/site/news_page/news_page.jade | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/client/site/news_page/news_page.jade b/src/client/site/news_page/news_page.jade index 5b4675950..014f68c38 100644 --- a/src/client/site/news_page/news_page.jade +++ b/src/client/site/news_page/news_page.jade @@ -12,6 +12,24 @@ .right include ../common/twitter/twitter.jade + section + h3 2017-07-24 + .panel + p. + Since my last update, I've been hard at work on rebuilding the guts of the core feature of the + website: the crafting algorithm. I'm happy to announce that as of yesterday evening, it's finally + complete! The new algorithm is blazing fast! Like... crafting plans which used to take so + long that they never completed will finish in well under a second. Super fast. + p. + An added benefit is that the algorithm change also required a change to the way mod data is stored. + Without getting into too much detail, the old way went back to the very earliest version of the site + which assumed people would be adding files for their own recipe lists, and therefore had to look up + each item and each recipe each time it was needed because it could never be sure what something like + "Copper Ingot" referred to until running the algorithm. Very, very slow. + p. Of course, it's been ages since that was actually a feature on the site. So, the new way sends all + the data for an entire modpack up all at once, and in a format where everything is directly + connected to everything else. Much, much faster! + section h3 2017-03-31 .panel