This looks to be using PCIe 5, which is 2x the bandwidth of PCIe 4. Considering a RTX 4090 is still using PCIe 4x16, so effectively the same bandwidth as PCIe 5x8, it should be fine.
This solution allows the SSD to use PCIe gen5 speed, but does not include a full PCIe switch so PCIe gen4 x16 from the GPU cannot be repackaged into PCIe gen5 x8 for the trip up to the CPU. Which is why this is being introduced on a GPU that only does PCIe gen4 x8.
(author here) Sorry the description was truncated, so I'll leave a comment:
Hello! I wanted to share a project I've been working on off and on for a couple of years: a simple tool to help make directories of shell scripts more easily accessible.
It's reached a point of stability that I'm interesting in feedback and thoughts. Thanks for reading!
Zillow is the leading real estate website in the US. Our company was founded on empowering consumers by making data more available, applying that idea to specific areas like homes, rental listings, and mortgages.
We have a variety of openings across the US for our websites under the Zillow Group banner (e.g. Trulia, Hotpads), from web and mobile development to data science:
We're building and developing a in-house monitoring and full-stack testing framework, written in Python3 and asyncio.
If high concurrency, distributed systems, and processing of millions of data points a minute are interesting to you, please reach out to me at yusuket@zillowgroup.com
Feel free to e-mail me about questions for any other roles as well.
vanilla zeromq is a pretty bad choice for any database. zmq explicitly makes no guarantees about reliable delivery, so losing random inserts or queries here or there would be considered acceptable.
subscribers also lose the first few messages the publisher sends, unless you make sure you start the subscriber first. The publisher will make no indication of which messages are lost and which ones have actually been sent to someone:
I definitely see the merit that StackOverflow provides. It's a great place to find a quick answer or get help on something you've never touched before.
I'm just glad it's not my only tool anymore. And sometimes using the harder tools have unexpected benefits.