![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
github.com/ipld/go-ipld-prime/storage/benchmarks
This is a small module that pulls in a bunch of storage implementations, as well as legacy implementations via the adapter modules, and benchmarks all of them on the same benchmarks.
There's no reason to import this code,
so the go.mod file uses relative paths shamelessly.
(You can create your own benchmarks using the code in ../tests
,
which contains most of the engine; this package is just tables of setup.)
Running the benchmarks on variations in hardware and filesystem may also be important! Many of these storage systems use the disk in some way.
Because many of the storage implementations are also their own modules, and we don't want to have the go-ipld-prime module pull in a huge universe of transitive dependencies.
See similar discussion in ../README_adapters.md
.
It may be worth pulling this out into a new git repo in the future, especially if we want to add more and more implementations to what we benchmark, or develop additional tools for deploying the benchmark on varying hardware, etc. For now, it incubates here.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.