L1nkus

Results 12 issues of L1nkus

And preallocate memory to vector while at it.

``` def fun(): global x x = 1 ``` -> ``` Traceback (most recent call last): File "build/setup.py", line 5, in ext_modules=mypycify(['mypytest.py'], opt_level="3", debug_level="1"), File "/usr/local/lib/python3.7/site-packages/mypyc/build.py", line 499, in mypycify...

bug
crash

Hi, I'm looking to use codon for improving performance of high-rate websocket payload processing. I'm wondering, is there any websocket implementation working in codon? I think requests isn't part of...

``` $> codon build -release mandelbrot_gpu.codon /usr/bin/ld: mandelbrot_gpu.o: in function `main': mandelbrot_gpu.codon:(.text+0x2ae): undefined reference to `seq_nvptx_load_module' /usr/bin/ld: mandelbrot_gpu.codon:(.text+0x3cb): undefined reference to `seq_nvptx_device_alloc' /usr/bin/ld: mandelbrot_gpu.codon:(.text+0x3dc): undefined reference to `seq_nvptx_memcpy_h2d' /usr/bin/ld: mandelbrot_gpu.codon:(.text+0x3f8):...

Hi, ``` import codon foo = 10 @codon.jit(pyvars=['foo']) def fun1(): return 4 @codon.jit(pyvars=['foo']) def fun2(n): return 4 print(fun1()) # terminate called after throwing an instance of 'codon::exc::ParserException' what(): print(fun2(9)) #...

### Exchange Name Hyperliquid ### URL of the Exchange hyperliquid.xyz ### URL of the Exchange's API docs https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api ### Why should this exchange be implemented? Really nice dex

new exchange

``` Traceback (most recent call last): File "/home/linkus/.pyenv/versions/3.12.0a3/lib/python3.12/site-packages/requests/compat.py", line 11, in import chardet ModuleNotFoundError: No module named 'chardet' During handling of the above exception, another exception occurred: Traceback (most recent...

bug

TICKER sometimes means 'bookTicker' (real-time best bid and ask updates), but sometimes 'ticker' (slow, usualy ever second updates with a bunch of extra info like volume in last 24h). E.g....

bug

Hi, Nice project But the smart keyboard folio on my ipad doesn’t generate any input. Shouldnt it work?::

``` $> transcrypt -b -n -m transcrypttest.py Transcrypt (TM) Python to JavaScript Small Sane Subset Transpiler Version 3.9.0 Copyright (C) Geatec Engineering. License: Apache 2.0 Saving target code in: /home/linkus/trading/__target__/org.transcrypt.__runtime__.js...