Sublime
An inspiration engine for ideas
FireDucks makes Pandas 125x Faster...
...by changing JUST ONE LINE of code.
Pandas has some major limitations:
- Pandas only uses a single CPU core.
- It often creates memory-heavy DataFrames.
- Its eager (immediate) execution prevents... See more
Akshay πx.coma thread w/ 16 fully-tested Zod codecs to copy/paste into your app
β
stringTo(Number|Int|BigInt)
β
numberToBigInt
β
isoDatetimeToDate
β
epoch{Seconds|Millis}ToDate
β
utf8ToBytes
β
bytesToUtf8
β
(hex|base64|base64url)ToBytes___LINEBREAK__... See more
colinhacks/zodx.com
Notes from the SwiftUI Lab:
- Avoid glass overlapping glass
- Avoid glass in anything that scrolls
- Use glass when you want to grab attention
- Remember to put glass in appropriate GlassEffectContainers
- Move tinting away from NavBar into the content that scrolls... See more
Flo writes Codex.comhow I squeeze 60K RPS out of SQLite on a $5 VPS:
There are tons of tutorials on how to setup SQLite, and sometimes they contradict each other. Here is what worked for me.
1. Configuring PRAGMAs. We need to send the following PRAGMA commands right after opening the connection:
_... See more
Nick M.x.com
ππ₯ very exciting breakthrough π₯π
if you are doing rpc data extraction in python, cryo will make your code faster
it can do 10,000+ requests per second in rust and return results as a python dataframe. up to 16x faster than a highly-optimized native python client
___LINEBREA... See more
