jerch

Results 525 comments of jerch

Here is my adoption of Mulas ideas with error checking: https://github.com/jerch/xterm-addon-image/blob/de66af18e1b06e0d244ae3632c4d308950c69b15/src/base64.wasm.ts#L102 (Its commented out, since I wont use it until Safari gets wasm-simd sorted out.)

I strongly suggest not to use zmodem for file transfer, it is really a pain in the a** to get it properly working along with terminal escape sequences, as it...

Oh wow, thx for looking into this :smile_cat: . Will check it out later.

@hwalinga I looked through your changes - looks really good to me. Still I am hesitating to add this for the following reason - in my early tests about different...

Did some preliminary tests with an early psycopg3 rewrite with `write_row()` (values are the time in seconds to update 10k instances): ``` 10000 instances bulk_update: 69.83318078517914 fast_update: 2.205981731414795 copy_update: 0.37508416175842285...

More numbers on the psycopg3 rewrite testing different settings like BINARY/TEXT and using django methods to prepare values. Trying to utilize django's `get_db_prep_save` method on fields for value adaption is...

Ideas to solve the duplicate detection: - keep set / hash reduction for pk types, where applicable Using python internals is by far the fastest, so it might be a...

Some more speed tests: - Using ctypes `c_ubyte` and `c_ushort` types for registers to avoid the fixed width conversions is slightly worse than pure python, I guess the ctype conversion...

Haha yeah Python should not be the first choice for number crunching. Nevertheless I started a new branch as playground just to see how far CPython can be pushed :D...

That dark theme is a default one delivered with jstree. Never used it myself, thus it is possible, that it will not work out of the box (might need color...