Questions tagged [high-load]

All aspects of high-loaded systems development and maintenance.

All aspects of high-loaded systems development and maintenance: design, algorithms, architecture, technologies, development, testing, databases, storage, support, hardware, hosting, management.

154 questions
-1
votes
1 answer

Web-development for high-load in Python

My friends and I are going to develop some web application. The most common scripting language in average for us is the Python, so we would like to use it for the development. However, we are confused with choosing a proper tool set for our task. We…
sbos
  • 307
  • 4
  • 11
-1
votes
2 answers

Array or not Array [PHP]

I want to implement emails blacklist for my system. In that list I would like to store emails which are not deliverable. When my system can't deliver email, I would like to save it, and later never send them again. There are two possible easiest…
user1016265
  • 2,307
  • 3
  • 32
  • 49
-4
votes
1 answer

Awful Golang http server performance

I'm trying to figure out how it might be I have 5600 rps even with simple "Hello World" response. I tried starndard net/http, echo and fasthttp. Here is an example of the latter: func main() { router := routing.New() router.Get("/", func(c…
James May
  • 1,371
  • 3
  • 20
  • 37
-6
votes
1 answer

Which is more faster? trim() or RegEx?

Let's imagine that we have a string we want to check on validity. Valid string is a string which have at least one non-whitespace symbol and which in not fully whitespaced. (i mean something like 5 whitespaces in a row and nothing else). I have a…
Boris Lebedev
  • 143
  • 2
  • 10
1 2 3
10
11