Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: libc Clear Filter

Stdio(3) change: FILE is now opaque

Contributed by rueda on 2025-07-17 from the more-opacity,-igor dept. In -current , the struct underlying stdio(3) 's FILE type has been made opaque, with library versions bumps across the board: CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/07/16 09:33:05 Modified files: lib/libc : Symbols.list shlib_version lib/libc/hidden: stdio.h wchar.h lib/libc/stdio : Makefile.inc fclose.3 fclose.c findfp.c lib/libcrypto : shlib_version lib/libcurses : shlib_version lib/libedit

Stdio(3) change: FILE is now opaque (OpenBSD)

Contributed by rueda on 2025-07-17 from the more-opacity,-igor dept. In -current , the struct underlying stdio(3) 's FILE type has been made opaque, with library versions bumps across the board: CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/07/16 09:33:05 Modified files: lib/libc : Symbols.list shlib_version lib/libc/hidden: stdio.h wchar.h lib/libc/stdio : Makefile.inc fclose.3 fclose.c findfp.c lib/libcrypto : shlib_version lib/libcurses : shlib_version lib/libedit

Sirius: A GPU-native SQL engine

Sirius is a GPU-native SQL engine. It plugs into existing databases such as DuckDB via the standard Substrait query format, requiring no query rewrites or major system changes. Sirius currently supports DuckDB and Doris (coming soon), other systems marked with * are on our roadmap. Performance Running TPC-H on SF=100, Sirius achieves ~10x speedup over existing CPU query engines at the same hardware rental cost, making it well-suited for interactive analytics, financial workloads, and ETL jobs.