Registry / utility / libdivide

libdivide

JSON →
library5.3.0vcpkgunverified

A header-only C/C++ library for optimizing integer division.

vcpkg install libdivide
INSTALL
IMPORT
SIG · LIBDIVIDE
L
libdivide
utilitycppv5.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

libdivide.h
#include <libdivide.h>

Use libdivide to perform optimized integer division.

#include "libdivide.h" int main() { libdivide::divider<int> d(7); int result = 100 / d; return result; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.3.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

libdivide — pip install libdivide · libregistry