Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kabiroberai
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Rearranging the order Swift compiles generated code makes it >2x faster
(hachyderm.io)
3 points
by
kabiroberai
7mo ago
|
0 comments
2.
▲
by
kabiroberai
1y ago
I’m also one of the maintainers of Theos :) When you use Theos outside macOS, you have to install a toolchain and SDK. The toolchain is built from LLVM + cctools, and is in fact very similar to the one we use in xtool (I maintain both.) The
3.
▲
by
kabiroberai
1y ago
I looked into streaming but afaict the XIP format doesn’t support random access the same way that ZIP does. specifically because 1) it doesn’t seem to have a Central Directory like ZIP and 2) it has an optimization where files can be hardli
4.
▲
by
kabiroberai
1y ago
xtool creator here, this is correct. it wouldn’t have been possible to support Linux if xtool was just a layer on top of Xcode, as Xcode doesn’t run on Linux. we only need Xcode to be installed on macOS since it bundles the iOS SDK (ie all