Block or Report
Block or report glbrntt
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
swift-nio Public
Forked from apple/swift-nio
Event-driven network application framework for high performance protocol servers & clients, non-blocking.
Swift
-
swift-corelibs-xctest Public
Forked from apple/swift-corelibs-xctest
The XCTest Project, A Swift core library for providing unit test support
Swift
-
swift-nio-ssl Public
Forked from apple/swift-nio-ssl
TLS Support for SwiftNIO, based on BoringSSL.
C
550 contributions in the last year
Contribution activity
May 2022
Created 12 commits in 6 repositories
Created a pull request in apple/swift-nio-http2 that received 12 comments
HPACKHeaders performance test for HTTPHeader normalisation
Motivation:
HPACKHeaders
has an init
which will normalize HTTPHeaders
, this
includes removing any headers which are illegal in HTTP2 and any headers
…
Opened 19 other pull requests in 6 repositories
grpc/grpc-swift
8
merged
1
closed
- Refactor the async server call context
- Executable targets should use executableTarget
- Add missing 'Sendable' conformance
- Use new state machines in async server handler
- Validate expected tests run on Linux
- Make all tests discoverable on Linux
- Raise minimum supported Swift version to 5.4 (#1397)
- Raise minimum supported Swift version to 5.4
- Server handler state machine
apple/swift-nio-http2
3
merged
apple/swift-nio-ssl
2
merged
apple/swift-nio-transport-services
2
merged
apple/swift-nio-extras
2
merged
apple/swift-nio
1
merged
Reviewed 15 pull requests in 4 repositories
apple/swift-nio
9 pull requests
-
Introduce internal
UnsafeTransfer
type - Reduce the alloc limits for main
- NIOPerformanceTester: Add DeadlineNowBenchmark for NIODeadline.now()
-
Adopt
Sendable
forChannel
-
Adopt
Sendable
forNIONetworkDevice
-
Adopt
Sendable
forNIOFileHandle.Mode
andNIOFileHandle.Flags
-
Adopt
Sendable
forSocketOptionProvider
- Reduce the alloc limits for main
- Define AsyncEmbeddedEventLoop