V2AS
问路
意见反馈
↓ 按住下拉
autorelease基本使用
autorelease是一种支持引用计数的内存管理方式,只要给对象发送一条autorelease消息,会将对象放到一个自动释放池中,当自动释放池被销毁时,会对池子里面的所有对象 ......
autorelease
release
释放
对象
pool
深入浅出让你理解什么是LLVM
什么是LLVM 转载自https://www.jianshu.com/p/1367dad95445 LLVM项目是模块化、可重用的编译器以及工具链技术的集合。 美国计算机协会 (ACM) 将其2012 年软件系统 ......
main
LLVM
llvm
int
Loc
iOS 性能优化系列
Objective-C 高性能的循环 使用 Swift 和 Objective-C 执行 iOS 内存管理的 7 个简单技巧 @
autoreleasepool
-内存的分配与释放
优化
iOS
性能
Nginx
1.
AUTORELEASEPOOL
Swift 在内存管理上使用的是自动引用计数 (ARC) 的一套方法,在 ARC 中虽然不需要手动地调用像是 retain,release 或者是 autorelease 这样的方法来管理引用计数, ......
autoreleasepool
释放
自动
autorelease
内存
AES128_CBC模式加密
高级加密标准(英语:Advanced Encryption Standard,缩写:AES),在密码学中又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES, ......
加密
NSString
AES128
NSData
length
Objective-C Foundation 框架 Example :Looking for Files 查找文件
Objective-C Foundation 框架 Example :Looking for Files 查找文件 NSFileManager. The NSFileManager class lets you do stuff with the file system, lik ......
Foundation
框架
Objective
files
home
iOS应用性能调优的建议和技巧--中高级--王朋
中级(这些是你可能在一些相对复杂情况下可能用到的) 9. 重用和延迟加载Views 10. Cache, Cache, 还是Cache! 11. 权衡渲染方法 12. 处理内存警告 13. 重用大开销 ......
iOS
内存
使用
view
app
内存管理3- @property 参数详解
property ----------------- Create two classes: Book & Student ------------------- book.m
import "Book.h" import "Card.h" @implementation Book -(voi ......
book
property
内存
retain
参数
NSTimer 使用小结
目录 1. NSRunLoopCommonModes和Timer 2. NSThread和Timer 3. GCD中的Timer 返回目录 1. NSRunLoopCommonModes和Timer 当使用NSTimer的scheduledTimerWithTimeIn ......
Timer
NSThread
dispatch
timer
null
一起来找茬:记一起 clang 开启 -Oz 选项引发的血案
作者:字节跳动终端技术 —— 刘夏 笔者来自字节跳动终端技术 AppHealth (Client Infrastructure - AppHealth) 团队,在工作中我们会对开源 LLVM 及 Swift 工具链 ......
return
找茬
r1
int
r0
V2AS = Way To Ask
V2AS 一个技术分享与创造的静土
手机扫一扫
移动阅读更方便
近15日热搜文章
Linux下安装ffmpeg,视频格式转换
C# 检测某版本VC++是否安装
std::sort为什么保证严格弱序?
4
Knockout.Js官网学习(数组observable)
5
华为路由交换综合实验 ---IA阶段
6
再来一个tensorflow的测试性能的代码
7
查看显卡报错:NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
8
HandlerThread详解
9
一次 RocketMQ 进程自动退出排查经验分享(实战篇)
10
Qt Charts 动态实时绘制各种曲线图