Found 22 packages
Tether is a JavaScript library for efficiently making an absolutely positioned element stay next to another element on the page. For example, you might want a tooltip or dialog to open, and remain, next to the relevant item on the page. Tether includes the ability to constrain the element within the viewport, its scroll parent, any other element on the page, or a fixed bounding box. When it exceeds those constraints it can be pinned to the edge, flip to the other side of its target, or hide itself. Tether optimizes its location placement to result in the minimum amount of 'jankyness' as the page is scrolled and resized. The page can maintain 60fps scrolling even with dozens or hundreds of tethers on screen (pop open the devtools timeline as you scroll this page). Tether is 5kb minified and gzipped, and supports IE9+, and all modern browsers.
ML.NET AutoML: Optimizes an ML pipeline for your dataset, by automatically locating the best feature engineering, model, and hyperparameters
Imageflow processes and optimizes images at incredible speeds. Works well with with .NET 8,7,6.. anything with .NET Standard 2.0. NOTE: For .NET 4.x projects, use the Imageflow.Net and Imageflow.NativeRuntime.[your platform] packages separately.
Optimizes images on Azure App Service
This repo is C# implementation of undetected_chromedriver. It optimizes Selenium chromedriver to avoid being detected by anti-bot services.
SPA Bundler bundles Images, Fonts, Css, Js and Html into a single html file. It is intended to optimize performance for Single Page Applications. It minifies and optimizes all files involved.
A small plugin that further optimizes the JavaScript and CSS used by SXA.
Optimizer Prime is a set of modules and handlers that combine, minify, and compress CSS and JavaScript files. Also it optimizes the output of the HTML of a site by removing "pretty printing". It works with both WebForms and MVC.
Optimizes your xml documentation for intellisense by stripping out internal documentation and remarks.
LuciferCore is a cutting-edge, modular .NET framework designed for high-throughput, low-latency backend systems. Featuring a zero-allocation Buffer-Model architecture, it optimizes memory management for real-time servers and event-driven applications maintained by thuangf45.
Like RyuJIT does before running, the DivideSharp optimizes an integer division by "mostly constant" values.
Aiv.Fast2D.Utils contains it's editor Utility that optimizes texture files (such as *.png, *.bmp, *.jpg...) by decompressing them into a new smart format;
Funtom.Linq is a library for F# that is compatible with System.Linq. This library makes it easier to use pipeline operators and optimizes for FSharp.Core.List and more.
Provides the basis for implementing the Ambient Context pattern. Includes a Clock implementation based on it. The Ambient Context pattern is an Inversion of Control (IoC) pattern that provides static access to a dependency while controlling the dependency from the outside. The pattern optimizes code reachability at the cost of reduced transparency, making it suitable for obvious, ubiquitous, rarely-changing dependencies. For example, an entity's constructor can access Clock.UtcNow, avoiding the need to inject the creation datetime or a dependency, at the cost of hiding the fact that a unit test could control the timestamp from the outside. An example from .NET is System.Transactions.TransactionScope. Any code (such as the database connector) can access the static Transaction.Current, yet outer code in the current execution flow controls it, through TransactionScopes. https://github.com/TheArchitectDev/Architect.AmbientContexts Release notes: 2.0.1: - Updated dependencies to the latest versions and removed some unused dependencies. 2.0.0: - BREAKING: ClockScope no longer has a configurable default scope. (See also next item). - BREAKING: Removed explicit support for "configured default scopes", i.e. scopes configured on startup. They posed too many concurrency risks, such as in test runs. (Default scopes without any configuration are still supported.) - BREAKING: Removed the RemoveAmbientScope() method. Deactivate() should be used instead. - Added support for netstandard2.0. - ClockScope's constructor now prefers UTC datetimes, to avoid lossy conversions (due to DST). - ClockScope now exposes a convenience constructor that takes a DateTime instead of a Func<DateTime>. 1.1.1: - Manually disposing scopes from a deeper async level (such as a DisposeAsync() method with the async keyword) now properly affects methods up the call stack and no longer breaks scope nesting. - Improved the protections against race conditions. - Parent properties are no longer unset on disposal (although implementations should not rely on this detail). - Performance improvement: A scope now avoids even instantiating its AsyncLocal as long as only its default scope is used, as is common in production for certain scopes. - Performance improvement: The JIT can now inline more code, since exceptions have been moved into helper methods. 1.1.0: - Introduced non-generic AmbientScope base class. - Performance improvement: A scope now avoids touching its AsyncLocal as long as only its default scope is used, as is common in production for certain scopes.
Official C# client for Blackman AI - The AI API proxy that optimizes token usage to reduce costs
This Umbraco package improves your Google page speed score. This package automatically optimizes your site's front-end performance with zero coding required.
Source generator for TinyBDD that optimizes BDD scenarios at compile-time. Included automatically when referencing TinyBDD.