Menu

Close
  • Home
  • About
  • ___
  • My GitHub
  • ___
  • Cengal
  • Bensbach
  • English Checkers
  • ASockIOCore
Subscribe
Butenko's dev notes Menu

Python

A 5-post collection

Page 1 of 1

InterProcessPyObjects - Fast IPC. Share and modify Python objects across processes using shared memory.

Fast IPC. Share and modify Python objects across processes using shared memory. https://github.com/FI-Mihej/InterProcessPyObjects https://pypi.org/project/InterProcessPyObjects This high-performance package delivers »

Butenko MS Butenko MS on Python, IPC, Shared memory, Inter-process communication, Shared objects, Shared dict, Shared list 16 May 2024 Comments

Undocumented Python. Sockets. TimeoutError

Both connect() and recv() related calls can raise TimeoutError exception as result of the network cable unplugg on a client side. TimeoutError exception is raised as »

Butenko MS Butenko MS on Development, Software, Socket, IO, Python, solution, Undocumented, TimeoutError 15 April 2019 Comments

Async Socket IO Core. Open source now.

ASockIOCore. Robust (even more robust than asyncio - see tests results), fast and simple to use async socket IO core in Python + Cython (few modules). It »

Butenko MS Butenko MS on Development, Software, Release, Python, Library, Async, IO, Socket, Open Source, GPLv3 03 July 2016 Comments

My compiler to and decompiler from Unreal Engine 3 bytecode. Announcement

I was going to write a post later. But I replied to a message and then made a topic at the nexusmods.com forums anyway. So. »

Butenko MS Butenko MS on Development, Software, Python, PyPy3, Compiler, Decompiler, Tools Set, bytecode, UE3, Unreal Engine 3, Modding, Announcement, Release 21 January 2016 Comments

PyPy3 + pickle + lzma = slowness. Solution.

Initial data: with lzma.open(file_name, 'rb') as file: data = pickle.load(file) 40Mb file 90000 of objects inside the file File created by CPython-optimized »

Butenko MS Butenko MS on Development, Python, PyPy3, PyPy3 2.4.0, Software, Practice, pickle, lzma, performance, issue, solution 10 December 2015 Comments
Page 1 of 1
Butenko's dev notes © 2025
Proudly published with Ghost