improved LG alg

owly

闇の伝説
Staff member
戦闘 コーダー
Code:
NeuronX
arr of alg sizeLimitedQues
insert(priority,alg)
 neuron[priority].insert(alg)

Chobit
skills

in()
out()
Fusion.loadAlgs()
return Fusion.runAlgs()

Fusion
loadAlgs()
 ceraArr
 for 0 to n
  if !cera[i].isActive
   temp:Alg = Neuron[i].poll()
   if !temp == None
    cera[i].load(temp)
 
runAlgs()
for 0 to n
  if cera[i].isActive
   t = cera[i].act()
   break;
 

owly

闇の伝説
Staff member
戦闘 コーダー
reduced to just under 1k lines of code
I AM OWLY!
 

fukurou

the supreme coder
ADMIN
K I propagated the beef up.
them numbers were missingno tier spooky but overall this is good
 
Top