Results 72 comments of Artem Golubin

Added a PoC: https://github.com/rushter/selectolax/blob/abc9a3c2115c4d86108be1df182cdf4d38460da1/tests/test_nodes.py#L537 It needs more tests.

I've made a new release that supports ``merge_text_nodes``.

Yes, I've updated it. Thank you for checking it.

> I'm afraid there is a memory issue with this thing: > > > python(94018,0x101508580) malloc: Incorrect checksum for freed object 0x129e29870: probably modified after being freed. > > Corrupt...

I think I fixed it. Can you please double check by clonning the git repo and installing dev version?

yes, thank you

How much memory was consumed at max? Honestly, it does not look like a memory leak, more like the way Python preallocates memory. I got 500MB of consumed memory after...