Get all Functions Names of All CONTROLLERS |
(02-03-2016, 11:14 AM)ivantcholakov Wrote: @kilishan That's true, it will parse them all, but I'm pretty sure that it, being a native method written in C, is likely to have better performance than a regular expression. While I think either way could work, I think the performance difference would be negligible between the two. And, since I don't know what the purpose is, I would personally go with the easier solution. Then, if performance was found to be an issue down the road, I would simply cache the results. |
Messages In This Thread |
Get all Functions Names of All CONTROLLERS - by azammaqsood - 02-03-2016, 06:51 AM
RE: Get all Functions Names of All CONTROLLERS - by kilishan - 02-03-2016, 08:19 AM
RE: Get all Functions Names of All CONTROLLERS - by ivantcholakov - 02-03-2016, 11:14 AM
RE: Get all Functions Names of All CONTROLLERS - by ivantcholakov - 02-03-2016, 11:53 AM
RE: Get all Functions Names of All CONTROLLERS - by kilishan - 02-03-2016, 12:10 PM
RE: Get all Functions Names of All CONTROLLERS - by ivantcholakov - 02-06-2016, 12:10 AM
RE: Get all Functions Names of All CONTROLLERS - by skunkbad - 02-06-2016, 12:37 AM
|