Viewing profile — misrasaurabh1
misrasaurabh1
HN member- Joined
- Sat, Sep 19, 2020, 7:33 AM UTC
- HN karma
- 12
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About misrasaurabh1
No profile information was provided.
Recent public activity
-
comment
Comment #48864098
I like how the proof is so concise. I made progress on some unsolved combinatorics problems but the proof was 45 pages long to extend the frontier by one step.
- story
-
comment
Comment #45870898
https://github.com/codeflash-ai/codeflash/ Codeflash optimizes any Python code for performance by using AI and verification. We make all human and AI written code super-intelligent…
-
comment
Comment #45853961
I've been running into performance bottlenecks in the wild where `copy.deepcopy()` was the bottleneck. After digging into it, I discovered that deepcopy can actually be slower than…
- story
-
comment
Comment #44264201
I tried contributing some AI Generated optimizations to core Scientific Python packages like NetworkX and Scikit-image. But they were rejected since they were created from AI model…
- story
- story
-
comment
Comment #43987833
[dead]
-
comment
Comment #43748420
What we discovered that LLMs aren't really the answer wrt performance, the whole system around verifying correct and performance is the key.
-
comment
Comment #43748418
Codeflash is still new but it is very strong at optimizing general purpose python code, especially PyTorch, NumPy or algorithmic code. If you want to try out optimizations - try op…
-
comment
Comment #43748416
Hi, I am the creator of Codeflash. The idea is to do everything that a professional performance engineer would do and to automate it. So codeflash, analyzes your code, creates corr…
- story
-
comment
Comment #37577311
I see a lot of interest in this field which is amazing! I have been working on this problem for a while and have made a lot of progress! If you are interested in building a general…
-
comment
Comment #35172588
This is super cool and useful. I know that Instabase , which also came from MIT got really popular and useful within finance communities because they allowed for really fast and ef…
-
comment
Comment #32746889
In the particular case of refactoring, I don't think this is a good idea. I can understand that multi-file system reorganization refactorings shouldn't be done with simple changes,…
-
comment
Comment #32499962
I once bought a cheap but "smart" HP Ink jet printer for home. I don't have much to print other than the yearly tax documents. I was thinking that I would buy an extra ink cartridg…