XZ

Results 6 issues of XZ

Resolves #14.

enhancement
task 5

Task 5 key points list: - [x] Median-finding algorithm - [ ] Optimizations.

feature
task 5

Task 4 key points list: - [x] Correctly perform the transformation. - [ ] Optimizations.

feature
task 4

Resolves #10.

enhancement
task 4

### Description The interpolation algorithm implemented in C works fine in debug configurations, but failed to generate the correct output when compiler optimizations were enabled with `-O2`. #### Demo Using...

bug
task 1

Resolves: #11545 **Problem**: ASGI application running with Vercel Python runtime 3.12 would crash with `500: INTERNAL_SERVER_ERROR `and `Code: FUNCTION_INVOCATION_FAILED` because the `loop` parameter in `asyncio.Queue` was deprecated in 3.8 and...