• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] Optimizations and MySQL
#4
The first topic is not an easy one to talk about. There are lots of factors that need to be taken in. Not everyone understands efficiency the same way. For someone efficiency can be writing code in a clear way and having no trouble of editing it. For some it's about the functionality that the code has to offer. And of course, for some, it's all about the speed just like you mentioned. If you checked some releases that have to deal with quite a bit of data you will see speed comparisons with their release and others. Even when lots of very experienced people say that speed is not everything you still see those same people comparing speeds.

destiezk posted a link of backup sa-mp forum where I think you should be able to find some information on what you want to find answers for: https://sampforumarchive.com/forum.sa-mp.com/index.html

But I think we can all agree that optimizing your code is one of those things that makes the code efficient. So go on and search that forum for optimization posts and threads.
  Reply


Messages In This Thread
Optimizations and MySQL - by RhaegarX - 2021-02-27, 10:15 PM
RE: Optimizations and MySQL - by RhaegarX - 2021-02-28, 09:49 PM
RE: Optimizations and MySQL - by destiezk - 2021-02-28, 11:31 PM
RE: Optimizations and MySQL - by Pinch - 2021-03-01, 02:41 PM
RE: Optimizations and MySQL - by destiezk - 2021-03-01, 03:20 PM
RE: Optimizations and MySQL - by Virsenas - 2021-03-01, 12:09 AM
RE: Optimizations and MySQL - by Marllun - 2021-03-01, 01:37 PM
RE: Optimizations and MySQL - by RhaegarX - 2021-03-02, 01:52 AM
RE: Optimizations and MySQL - by Y_Less - 2021-03-07, 01:13 PM

Forum Jump: