Brandon Ros
Brandon Ros
> @brandonros processing a stream can give you the performance benefits you talk about. Can processing a stream also give you negative performance benefits? On Thu, Mar 22, 2018 at...
I wanted to use this library as a quick way to generate a VirtualBox .VDI (or whatever format is supports after whatever conversion process as per https://docs.oracle.com/en/virtualization/virtualbox/6.0/user/vdidetails.html) Alpine Linux image...
@a1ien can you make `rusb_async::Error` public so we can match on `PollTimeout` errors please? ``` error[E0603]: module `error` is private --> src/main.rs:181:37 | 181 | rusb_async::error::Error::PollTimeout => { | ^^^^^...
``` C:\Users\Brandon\Desktop\vcpkg\installed\x64-windows-release\bin ``` these if you installed with vcpkg on windows dupe of https://github.com/zmwangx/rust-ffmpeg/issues/119
is this same as https://github.com/olback/tray-item-rs/issues/16 or slightly different?
``` export const initRoutes = async (app) => { const __filename = url.fileURLToPath(import.meta.url) const __dirname = path.dirname(__filename) const filenames = glob.sync(path.resolve(__dirname + '/../routes/**/*.mjs')) for (let i = 0; i <...
> Please use build.gradle file to manage the source directories of gradle project. when dealing with an Android APK project and trying to do "Add folder to Java source path"
``` $ export LIBTORCH="/opt/homebrew/Cellar/pytorch/2.0.1/" MacBook-Air:tchtut brandon 2023-10-15 22:10:05 $ export DYLD_LIBRARY_PATH="/opt/homebrew/Cellar/pytorch/2.0.1/lib" MacBook-Air:tchtut brandon 2023-10-15 22:10:05 $ cargo run --release --example blackpricing Compiling torch-sys v0.14.0 (https://github.com/LaurentMazare/tch-rs#dca12b64) The following warnings were emitted...
Dumb question: what's SIMD support like for the instructions you use on Apple M1/M2 (aarch64/ARM64)? This is all x86_64 optimized/specific right?