LuCI - OpenWrt Configuration Interface
Find a file
Jo-Philipp Wich b3861e0ec7 [PATCH] Wasted memory use storing path copies in node tree
When creating the node tree, every node stores a copy of its full path table. e.g. for node("admin.network.wireless"), node.path = { "admin", "network", "wireless" }

This value is not used anywhere, and likely may be from before the addition of the treecache lookup table? In any instance, I've searched high and low and see nothing ever referencing any node's path via the path member. It 
eats a good chunk of memory though and as such I believe it should be removed.

I've tested every page in the admin-full module after removing it and all seem to function properly.
2011-08-12 11:04:42 +00:00
applications applications/luci-firewall: fix turning off nat reflection 2011-07-30 20:02:58 +00:00
build build: add i18n-init.sh, a helper script to initalize missing *.po files 2011-05-21 21:22:47 +00:00
contrib contrib/meshwizard: fix for last commit 2011-08-05 17:21:26 +00:00
i18n i18n: add hebrew language module 2011-06-24 11:51:14 +00:00
libs [PATCH] Wasted memory use storing path copies in node tree 2011-08-12 11:04:42 +00:00
modules modules/freifunk: Add profile for carbodebit (fr) 2011-08-05 17:24:27 +00:00
po Commit from LuCI Translation Portal by user soma.: 2 of 4 messages translated (0 fuzzy). 2011-08-07 15:04:50 +00:00
themes smaller fonts for mobile use 2011-07-04 18:10:15 +00:00
.buildpath * new project: ff-luci - Freifunk Lua Configuration Interface 2008-03-02 21:52:58 +00:00
.cproject More C-Functions (luci.cutil.instanceof, luci.cutil.pcdata) 2008-11-20 19:22:05 +00:00
.gitignore Added "apidocs" target to Makefile 2008-07-29 21:16:12 +00:00
.project LuCI Core C-Rewrite: First steps 2008-11-19 23:02:36 +00:00
INSTALL HTTP is sufficient for plain checkouts, Schäuble could also do checkouts before by himself 2009-01-02 21:42:49 +00:00
LICENSE * new project: ff-luci - Freifunk Lua Configuration Interface 2008-03-02 21:52:58 +00:00
Makefile build: add nixiodocs make target, remove uvldocs target 2011-02-16 20:14:25 +00:00
NOTICE Add axTLS sourcecode 2009-02-22 23:19:25 +00:00
THANKYOU * luci: replace all "OpenWRT" occurences with "OpenWrt" 2008-10-27 15:19:58 +00:00