S
S
Samarkand2017-04-22 03:52:16
Game development
Samarkand, 2017-04-22 03:52:16

An analogue of phpQuery / jQuery that does not eat up memory?

What phpQuery analog libraries (for any programming languages) do you know that do not have memory leaks?
The main thing is that selectors (in the style of jQuery) do not have to be rewritten.

phpQuery $doc->unloadDocument() is buggy for me.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
G
Griboks, 2018-05-10
@Griboks

Well, C#, of course. But just in case, you can ask the same question a third time. And we will all pretend that we did not notice the previous ones.

D
Dmitry Kuznetsov, 2018-05-10
@dima9595

Alternatively, use Unity3D. If I'm not mistaken, then there is JS support. Servers can be written in nodejs.

N
NeuroPastor, 2017-04-22
@NeuroPastor

And what's the problem with using great, simple and beautiful regular expressions?
With parser libs, only hemorrhoids and server load. and here is one line - preg_match()/preg_match_all() and that's it.
The regulars aren't really scary at all. It is even more pleasant to work with them than with libs.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question