#How to improve the performance of your plugin

1 messages · Page 1 of 1 (latest)

rigid estuary
#

but the performance

topaz mauve
#

databases

rigid estuary
#

yea

#

i agree

jovial mica
#

use bitwise if you are an alpha male /s

hollow dawn
#

but the performance

topaz mauve
#

but the performance

still bane
#

D A T A B A S E S

jovial mica
#

Ok lets name them

#

Redis

topaz mauve
#

Mongo

jovial mica
#

MySQL

lament steppe
#

RabbitMQ

still bane
#

moNGO

lament steppe
#

Kafka is also quite delicious not for storing but transportation

topaz mauve
#

SQLite? I think thats how its spelled

still bane
#

MONGOoOOoOO

topaz mauve
#

I said mongo above?

jovial mica
#

i think

still bane
topaz mauve
#

I only use Mongo/Redis

still bane
#

imagine being an idiiot and storing all the nms data infintely in a random database

lament steppe
#

Postgre is also nice and is structured as opposed to Mongo

tribal pond
#
Map allPossibleCache = new HashMap();

for (Field f ...
#

infinite cache!

jovial mica
#

Hey you

tribal pond
#

Sus

jovial mica
#

Yeah you

#

🤭

still bane
#

INFINITE CACHE!!! im def sticking that inside one of my plugins some day

topaz mauve
#

CACHE's are required

still bane
#

yes

#

but are infinite caches required?

jovial mica
#
public class Crash {
  public static void main(String[] args) {
    Object[] o = null;
    while (true) {
      o = new Object[] {o};
    }
  }
}
still bane
#

if that works

#

i am going to put that in my old pluginss

rigid estuary
#

im smoking cookie crisps

rigid estuary
rigid estuary
#

Lol

tribal pond
#
While(true) {
  While(true) {
    While(true) {
      While(true) {
         System.out.println("yes");
      }
    }
  }
}