Baritone AI pathfinder

Baritone AI pathfinder

72.7k Downloads

Question about dists

Pannoniae opened this issue · 6 comments

commented

What do you need help with?

Just a quick question: why does the installation say "Unoptimized: Nothing is obfuscated. This shouldn't be used ever in production."
Is something bad happening if you do?

Final checklist

  • [yes] I have not used any OwO's or UwU's in this issue.
commented

...because you shouldn’t put something in production which isn’t obfuscated?

commented

No, baritone is just much slower when its not obfuscated with progaurd.

commented

Thanks! Is it slower unobf for every java program, or is baritone unique in that? If yes, how?

commented

No, its only useful for baritone because it is a large program, on smaller programs their might be a small improvement but nothing noticeable.

commented

No, obfuscation doesn't help in performance. Proguard, however, also applies optimizations which do help in performance.

commented

You should probably use the builds meant for general use rather than the unobfuscated/unoptimized one unless you're working on it for development.