reframe
pyroscope-rs
reframe | pyroscope-rs | |
---|---|---|
7 | 6 | |
156 | 168 | |
- | 8.3% | |
0.0 | 6.8 | |
over 1 year ago | 6 days ago | |
Python | Rust | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
reframe
- Custom domains for Airtable
-
Ask HN: Who is hiring? (August 2023)
NNext.ai » Software Engineer » Python » Full-time » NY, NY, USA » Remote
At [NNext.ai](http://NNext.ai) (read “Next.ai”), we are building building core infrastructure to simplify the process of building, deploying, and managing LLM-powered AI agents on tabular data, making it the most efficient solution available. NNext AI enables users to combine the power of Large Language Models (LLMs) like GPT with tools like the browser and Google Search, greatly increasing your productivity on workflows you once spent countless hours on. We are building a framework specialized for tabular data such as Spread sheets, Database Tables and CSVs, thereby taking advantage of the similarities and co-dependencies amongst data.
We are lean team of engineers looking for our first full time OSS contributor. Desirable experience includes distributed systems working with tools like Celery, Dash and Redis Streams. Visibility on Github is a huge plus. Show us previous OSS software you’ve contributed to or public personal projects with significant usage.
Website: https://nnext.ai
Github: https://github.com/nnextai/aigent
Email: [email protected]
-
[P] NNextDB (read: “nextdb”), an open-source, blazingly fast ⚡️, vector search database to power your AI apps 🦾.
https://github.com/nnextdb/nnext/blob/main/FAQs.md Q: How does this differ from Faiss, ScaNN and Annoy?
-
NNextDB (read: “nextdb”), an open-source, blazingly fast ⚡️, vector search database to power your AI apps 🦾.
What’s NNext? [Say “Next”] NNextDB is a blazingly fast ⚡️, open-source 📖, (vector) neural search 🔎 engine for building delightful AI Apps 🦾. Github: https://github.com/nnextdb/nnext Like what you see? Please give us a Star 🤩. Applications Vector search is a key concept in modern machine learning systems. It’s the technology behind
-
[D] Doing similarity search for images?
These things mostly work by having some vision model, chopping it off somewhere in the middle and using that layer as an "embedding" for your image. Then you look for images that have embeddings which are close together (normally in the sense of Euclidean distance, e.g.)
-
[D] What features would you like to see in a vector search database?
Code Link: https://github.com/nnextdb/nnext
-
Ask HN: What Are You Working On? (August 2022)
NNextDB - a blazing fast, open source, vector search database for building AP applications.
https://github.com/nnextdb/nnext
pyroscope-rs
- Show HN: Pyroscope-rs, a multi-language profiler built with Rust
-
Ask HN: What Are You Working On? (August 2022)
A general purpose profiler: https://github.com/pyroscope-io/pyroscope-rs
If someone is interested in this space, feel free to reach me!
-
Rust Is Portable
I feel some of the OP points. I was working on a profiling agent lately, and one of the issues was running it on multiple platforms (just the four big ones linux/mac-x86/arm) on FFI (because it'll be run directly from python/ruby/etc...) and preferably having the thing just work without having to install or configure any dependencies.
Like OP I hit two walls: libunwind, and linking. For libunwind, I ended up downloading/compiling manually; and for linking there is auditwheel[1]. Although it is a Python tool, I did actually end up using for Ruby (by creating a "fake python package", and then copying the linked dependencies).
It was at that time that I learned about linking for dynamic libraries, patchelf and there is really no single/established tool to do this. I thought there should be something but most people seem to install the dependencies with any certain software. I also found, the hard way, that you still have to deal with gcc/c when working with Rust. It does isolate you from many stuff, but for many things there is no work around.
There is a performance hit to this strategy, however, since shared dynamic libraries will be used by all the running programs that need them; whereas my solution will run its own instance. It made me wonder if wasm will come up with something similar without affecting portability.
Finally, the project is open source and you can browse the code here: https://github.com/pyroscope-io/pyroscope-rs
[1]: https://github.com/pypa/auditwheel
-
Pyroscope Profiler 0.5 released
Version 0.5 is now live!: https://github.com/pyroscope-io/pyroscope-rs
-
What's everyone working on this week (17/2022)?
Working on https://github.com/pyroscope-io/pyroscope-rs A profiling solution for Rust and other languages.
-
Rust support for continuous profiling added in Pyroscope v0.10.2
Thanks to the maintainers at pprof-rs for helping us figure out how we can modify their profiler to create our rust agent (https://github.com/pyroscope-io/pyroscope-rs).
What are some alternatives?
skeleton - A fully featured UI toolkit for Svelte + Tailwind. [Moved to: https://github.com/skeletonlabs/skeleton]
trippy - A network diagnostic tool
vector-search-compilation - A compilation of Vector Search Databases
buildfarm - Bazel remote caching and execution service
needle - A CLI tool that finds a needle (opening/intro and ending/credits) in a haystack (TV or anime episode).
aasol - Minimal Rust library for the Direct Inversion in the Iterative Subspace (DIIS) algorithm and its variants