Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: ECP suggestions  (Read 4750 times)

0 Members and 1 Guest are viewing this topic.

Offline SoldierEPilot

  • Members
  • *
ECP suggestions
« on: 07 Jul 2014, 17:37:41 »
Faguss realized quicksort algorithm for ordering
simple and nested arrays.

In ECP_resources there are 11 "trigger" functions
which uses bubble sorting (not very fast one).

I tried to enhance perfomance of these functions
with quicksort  method and some other tricks.
Not tested yet but maybe usefull idea 4 latest ECP updates.

P.S. If someone want to play with other stuff from  ECP_resources  -
there is a splitted version of ECP database in attached example.
« Last Edit: 06 Sep 2015, 19:29:14 by SoldierEPilot »