|
||||||
Views:
11,030,471 |
Main | FAQ | IRC chat | Memberlist | Active users | Latest posts | Stats | Ranks | Online users | Search | 11-21-24 11:34 AM |
||||
Guest: Register | Login |
Main - Posts by Arisotura |
Arisotura |
| ||
Developer
pancakes Level: 84 Posts: 861/1870 EXP: 5546087 Next: 115865 Since: 01-05-12 From: France Last post: 37 days Last view: 37 days |
Arisotura |
| ||
Developer
pancakes Level: 84 Posts: 862/1870 EXP: 5546087 Next: 115865 Since: 01-05-12 From: France Last post: 37 days Last view: 37 days |
Well sadly, Ninjhax/tubehax won't let you run hacked ROMs, not without doing the CIA shit atleast, because doing so would allow piracy.
Gateway carts are less expensive than $100 (but still kinda pricey, around $60-$70). They have the advantage that they allow homebrew too. Watch out for which firmware versions are compatible, though. ____________________ Kuribo64 - melonDS want some revolution in your coffee? |
Arisotura |
| ||
Developer
pancakes Level: 84 Posts: 863/1870 EXP: 5546087 Next: 115865 Since: 01-05-12 From: France Last post: 37 days Last view: 37 days |
Arisotura |
| ||
Developer
pancakes Level: 84 Posts: 864/1870 EXP: 5546087 Next: 115865 Since: 01-05-12 From: France Last post: 37 days Last view: 37 days |
Arisotura |
| ||
Developer
pancakes Level: 84 Posts: 865/1870 EXP: 5546087 Next: 115865 Since: 01-05-12 From: France Last post: 37 days Last view: 37 days |
That's what I hate with the 3DS scene. Such a mess.
Regardless, I should have posted something to see in this thread. Here we go, fixing that. screenshot of the last progress ____________________ Kuribo64 - melonDS want some revolution in your coffee? |
Arisotura |
| ||
Developer
pancakes Level: 84 Posts: 867/1870 EXP: 5546087 Next: 115865 Since: 01-05-12 From: France Last post: 37 days Last view: 37 days |
Arisotura |
| ||
Developer
pancakes Level: 84 Posts: 868/1870 EXP: 5546087 Next: 115865 Since: 01-05-12 From: France Last post: 37 days Last view: 37 days |
Arisotura |
| ||
Developer
pancakes Level: 84 Posts: 878/1870 EXP: 5546087 Next: 115865 Since: 01-05-12 From: France Last post: 37 days Last view: 37 days |
Xkeeper had that idea back in 2007: http://acmlm.kafuka.org/board/thread.php?id=1364&page=1
Basically, all post data would go in one table. Old post revisions would go in a separate table, and the main posts table would only hold the latest post revisions. Supposedly, it'd be faster. Although MySQL is pretty fast already so there isn't much difference unless your board is big. I gave it a try on my localhost, with two tests: one with the typical posts/poststext tables, one with a separate table containing the same data but all merged together in one table (and only latest post revisions). Each test ran a full post data fetch query on 20 random posts 10000 times. The results are the following: * separate posts/poststext: 7.3s * merged table: 5.7s There isn't much gain, but it isn't negligible either. ____________________ Kuribo64 - melonDS want some revolution in your coffee? |
Arisotura |
| ||
Developer
pancakes Level: 84 Posts: 880/1870 EXP: 5546087 Next: 115865 Since: 01-05-12 From: France Last post: 37 days Last view: 37 days |
Main - Posts by Arisotura |
Acmlmboard v2.5.6 (06/11/2024) © 2005-2024 Acmlm, Emuz, et al. |
MySQL - queries: 111, rows: 475/506, time: 1.404 seconds. |