P3

  iOS多线程常用类说明 文档

会导致一定的性能开销。 在 iOS 中我们可以 使用多种形式的 thread: Cocoa threads: 使用 NSThread 或直接从 NSObject 的类方法 performSelecto

Skeleton 2013-09-02   534   0
P66

  Where did my performance go?(Scaling visualization in concurrent C++ Programs) 文档

1s 2 threads – real time: 0.6s, CPU time 1.1s 4 threads – real time: 0.9s, CPU time 2s 64 threads – real

nfbw 2014-09-16   2023   0
C/C++开发   CSS   HTML   x86   C/C++  

Perl5框架,库和软件集合:Awesome Perl 经验

Development ORM Package Management Processes and Threads Profiling Protocol Template Engines Testing Tools

jopen 2014-10-15   67876   0

苹果为什么只开源 OS X 的内核,而不开源 GUI? 资讯

认证,Darwin 是关键,这里包括 POSIX 兼容,Unix 线程,进程实现。它的内核叫做 XNU,这是个混合内核,XNU 包含两个部分,BSD 和 Mach:BSD 实现了POSIX,Networking,Filesystem

jopen 2014-12-08   6837   0
苹果  

11大类编程语言功能比较表 资讯

英文原文: : Programming Language Reference Sheets 导读: 有程序员的地方就会有因为对编程语言的探讨而引发的战争(例如 Linux 之父 Linus Torvalds

fmms 2012-01-30   19289   0

编程语言:Ciao 经验

Ciao also supports (through such extensions) programming with functions, higher-order (with predicate

cd33 2015-03-29   35882   0

Corman Lisp 以MIT许可开源 资讯

multiple threads of execution, with special variable bindings on a per thread basis. These threads are managed

jopen 2015-01-05   10608   0

PulseAudio 8.0 发布,跨平台声音服务 资讯

放声音后台(ESD)替换。 PulseAudio运行于Microsoft Windows和POSIX兼容系统,像Linux和FreeBSD。PulseAudio是自由软件,基于GNU Lesser

jopen 2016-01-23   6492   0

gevent程序员指南 经验

asynchronous(): threads = [gevent.spawn(task, i) for i in xrange(10)] gevent.joinall(threads) print('Synchronous:')

jopen 2013-12-15   67549   0

Lisp语言的分支 Racket 经验

web-server, web-framework, multiple-threads, pattern match, latex, slides, posix, GUI等,其实用性不比Common Lisp差。另外

jopen 2012-05-28   32189   0
Lisp  
P22

  Unix网络编程卷2 文档

mmap函数把一个文件或一个Posix共享内存对象映射到调用进程的地址空间。函数有三个目的:使用普通文件提供内存映射IO;使用特殊文件提供匿名内存映射;使用shm_open提供无亲缘关系进程间的Posix共享内存区

alonlong 2015-03-01   1718   0
UNIX  

2014-2015年排名前10位的基于Java的Web框架 资讯

a very popular website, indeed.com Discussion threads (for this year) on a very popular Q&A based website

jopen 2014-11-17   279294   0
Java  
P86

  CPU Cache and Memory Ordering 发程序设计入门(修改版) 文档

it completes in a single step relative to other threads. When an atomic store is performed on a shared

zts2014 2014-10-16   617   0
Intel   x86   Assembly   Java   C/C++  
P49

  进程创建之copy_process函数 文档

     * Thread groups must share signals as well, and detached threads  26.      * can only be started up within the thread group

276811212 2017-05-08   567   0

Tcl 的 Java 版,JTcl 2.3.0 发布 资讯

enable simple concurrent programming using message passing between threads. 2. The "dict" command now

jopen 2012-07-12   17309   0
Tcl  

C/C++ 框架,类库,资源集合 经验

Library (STL). C POSIX library - A specification of a C standard library for POSIX systems. ISO C++ Standards

jopen 2014-10-10   174715   0

C++ 运行时系统:HPX 经验

uniform, standards-oriented API for ease of programming parallel and distributed applications. It enables

jopen 2014-11-02   14523   0

JVM必备指南 经验

up memory. This is different from many other programming languages, where you have to manually unload

jopen 2014-10-11   19230   0
JVM   Java开发  

开源的SIP协议栈 PJSIP 经验

Abstraction] 实现OS抽象的根本原因在与可移植性,毋庸置疑:). 涉及到: a).线程[Threads.] b).线程本地存储[Thread Local Storage.] c).互斥[Mutexes

openkk 2011-12-29   72209   0

PHP7初体验 经验

/configure --prefix=/usr/local/gcc --enable-threads=posix --disable-checking --enable-languages=c,c++ --disable-multilib

jopen 2016-01-01   38247   0
1 2 3 4 5 6 7 8 9 10