Swiftweekly.github.io: [122] Issue #122 - November 15, 2018

Created on 1 Nov 2018  路  18Comments  路  Source: SwiftWeekly/swiftweekly.github.io

To contribute to this issue, simply leave a comment here. Please also review our contributing guidelines.

The current draft for this issue in _drafts/. If you want to contribute directly, feel free to open a pull request.

full issue notes

Most helpful comment

Vapor is splitting out two nice libraries out of their core.
https://forums.swift.org/t/niokit-codablekit/17706

NIOKit
This repo will contain useful conveniences for working with SwiftNIO. Some examples are things like mapping over a Future collection's items.

CodableKit
Vapor has accumulated a ton of useful code for working with Swift's Codable protocols. This includes things like Dummy decoders, basic CodingKey impls, and Encoder/Decoder conformance helpers.

All 18 comments

https://forums.swift.org/t/string-s-abi-and-utf-8/17676

Thanks to @Ilseman's tireless work, Swift 5's String will use UTF-8 as its native representation, with great performance improvements!

The stdlib binary is around 13% smaller with this change

https://twitter.com/Catfish_Man/status/1059993229771235329

Not sure if anyone is able to process tech stuff right now, but here鈥檚 the results of my initial String bridging perf work

https://github.com/apple/swift/pull/20383 https://twitter.com/Catfish_Man/status/1059993229771235329/photo/1

229, 235 in review

233 accepted

Vapor is splitting out two nice libraries out of their core.
https://forums.swift.org/t/niokit-codablekit/17706

NIOKit
This repo will contain useful conveniences for working with SwiftNIO. Some examples are things like mapping over a Future collection's items.

CodableKit
Vapor has accumulated a ton of useful code for working with Swift's Codable protocols. This includes things like Dummy decoders, basic CodingKey impls, and Encoder/Decoder conformance helpers.

Can add as funny thing. Relates to 0235 https://twitter.com/HarshilShah1910/status/1061528775337291776

Sent with GitHawk

Looks like the Chinese translation of the site is pretty much set. 馃帀
Big thanks to @wongzigii 馃檶

https://swiftweekly.github.io/cn/

readers can contribute here: https://github.com/SwiftWeekly/cn

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jessesquires picture jessesquires  路  9Comments

jessesquires picture jessesquires  路  10Comments

jessesquires picture jessesquires  路  10Comments

jonniedarko picture jonniedarko  路  3Comments

ColinEberhardt picture ColinEberhardt  路  5Comments