Streamflow
Lock-free multithreaded memory allocation
Install / Use
/learn @scotts/StreamflowREADME
Streamflow http://www.scott-a-s.com/projects/#streamflow
Project contributors
Scott Schneider, scschnei@cs.vt.edu
Christos Antonopoulos, cda@cs.wm.edu
Dimitrios Nikolopoulos, dsn@cs.vt.edu
Copyright & License
Copyright (C) 2007 Scott Schneider, Christos Antonopoulos
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
The full license can be found at: http://www.gnu.org/copyleft/lesser.html
Notes
Compiling: - In the Makefile, define a META_METHOD as one of HEADERS, BIBOP or RADIX_TREE. All architectures support HEADERS. Only 32-bit architectures support BIBOP, and only 64-bit architectures support RADIX_TREE. - In the Makefile, define ASM as x86, ppc64 or ia64. These are the only supported architectures at this time. Adding additional architectures requires changing the defintions at the top of streamflow.h, and implementing the correct atomic operations in atomic.h and bitops.h.
gcc 3.3.4: - Streamflow does not compile with gcc 3.3.4; it causes an internal compiler error when full optimizations are turned on. It has been successfuly compiled with gcc 4.0.2 and gcc 3.4.5.
Machine dependent files: - atomic.h and bitops.h are taken from the Linux kernel source, with minor modifications.
Related Skills
node-connect
345.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
106.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
345.9kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
345.9kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
