Alan McGovern

Results 16 issues of Alan McGovern

Hi! If anyone has suggestions for scenarios which should be documented, let me know and I'll add them! # Scenarios - [ ] Creating a torrent using `TorrentCreator`. Adding Trackers...

Hey, This is a first-draft at porting to async/await using CancellationTokens to help handle proper cleanup/destruction of the player and related resources. It makes it very very nice to use...

enhancement

https://tools.ietf.org/html/rfc6887

Would you be interested in adding collaborators, with read/write permission, to this repository? If you do not have the time/interest in maintaining this for the foreseeable future then would you...

This builds on top of the previous PRs to leverage the benefits of Span in the encoding process. Before these changes: ``` // * Summary * BenchmarkDotNet=v0.13.1, OS=Windows 10.0.19044.1415 (21H2)...

performance

The original PR was pushed a bit too late and wasn't reviewed before 1.0 was released. As such, the changes can't be included now without breaking API. Redo some of...

Allow the test images to be discovered on any machine - just place them in a parent directory. Also add two benchmarks. Fixes https://github.com/NUlliiON/QoiSharp/issues/3

``` /// /// Images are taken from here (size ~ 1.1GB): https://qoiformat.org/benchmark/qoi_benchmark_suite.tar /// public const string RootImagesDirectory = @"E:\Tests\qoi_benchmark_suite\images"; ``` Hardcoding that path in the tests makes things a little...

enhancement

This implements [BEP32](https://www.bittorrent.org/beps/bep_0032.html) by hosting two independent DHT stacks. This can be augmented in future to allow returning IPv4 responses to IPv6 queries, and vice versa. Features: - [ ]...

test