ilayanyatto72733

Results 20 comments of ilayanyatto72733

There is no Windows pthread code in libtorrent+qbittorent. click start, type x86 for x86 developer native tools command prompt ``` mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=17 -G "Visual Studio...

Global number of DHT nodes is in `lt::session_stats_alert` code from examples/client_test.cpp: ``` if (session_stats_alert* s = alert_cast(a)) { ses_view.update_counters(s->counters(), s->timestamp()); return !stats_enabled; } ``` number of nodes is in `s->conters()[libtorrent::find_metric_idx("dht.dht_nodes")]`...

here streamlink for WinXp https://github.com/streamlink/streamlink/pull/680

it works here https://github.com/streamlink/streamlink/issues/862 livestreamer not supported anymore

Then freezes gonna be split to random periods (when data received) and computer impossible to use at random times instead (which is worse).

Compile 2.0 with `TORRENT_HAVE_MMAP=0;TORRENT_HAVE_MAP_VIEW_OF_FILE=0;`. MMAP and multithreaded IO solves large torrents issue which you probably never encounter in "containerized environments or on machines without direct-attached storage".

> emergence of fast SSDs and persistent memory (DAX) Persistent memory modules are Intel servers only, you put them in DIMM slots. Only Intel® Xeon® CPUs have hardware support for...

confirm 1 core 100% 2nd 50%, not going past 'no metadata' 209 win64 MSVS 17.7.3

https://www.rangakrish.com/index.php/2022/05/04/using-dll-functions-in-rust/ https://users.rust-lang.org/t/best-way-to-access-dll-functions-in-rust/14548/5 https://www.reddit.com/r/rust/comments/cc6tbx/loading_dlls_in_rust/