notcurses/include/ncpp
Nick Black 730e9f69ec
Multithreaded ncls (#1232)
Thread out ncls to perform the media decode in different threads, in parallel. Only the display needs be locked. On a directory of 200 files on my 39070X, this speeds ncls from ~5s to ~1s. On 75 files, we go from ~.5s to ~.2s. On a single file, we lose about 5%. To facilitate this, ncdirect_render_image() has been split into two helpers, ncdirect_render_frame() and ncdirect_raster_frame().
2020-12-18 15:28:24 -05:00
..
internal Add C++ bindings 2020-01-22 06:47:43 -05:00
_exceptions.hh [C++] Optionally enable throwing exceptions on errors 2020-04-15 12:10:14 -04:00
_flag_enum_operator_helpers.hh Add C++ bindings 2020-01-22 06:47:43 -05:00
_helpers.hh Add C++ bindings 2020-01-22 06:47:43 -05:00
Cell.hh rename cell->nccell, keep alias #1200 2020-12-13 00:49:37 -05:00
CellStyle.hh c++/rust struck #1138 2020-11-25 20:04:14 -05:00
Direct.hh Multithreaded ncls (#1232) 2020-12-18 15:28:24 -05:00
FDPlane.hh [C++] Deal with widgets grabbing full ownership of Panel 2020-10-03 13:19:49 -04:00
Menu.hh ncmenu_item_set_status: man page, NEWS, python, c++ #1057 2020-10-15 03:03:43 -04:00
MultiSelector.hh [C++] Deal with widgets grabbing full ownership of Panel 2020-10-03 13:19:49 -04:00
NCAlign.hh Prep for serious rusting #101 (#354) 2020-02-18 12:36:16 -05:00
NCBox.hh Prep for serious rusting #101 (#354) 2020-02-18 12:36:16 -05:00
NCKey.hh [C++] API sync 2020-02-27 11:48:36 -05:00
NCLogLevel.hh Prep for serious rusting #101 (#354) 2020-02-18 12:36:16 -05:00
ncpp.hh Add C++ bindings 2020-01-22 06:47:43 -05:00
NotCurses.hh implement ncpile_{render, rasterize}() 🦀🦀 #1135 2020-11-25 19:19:31 -05:00
Palette256.hh convert all channel rgb calls #985 2020-09-18 01:39:21 -04:00
Pile.hh [C++] API sync 2020-11-27 19:35:22 -05:00
Plane.hh [Misc] A hodgepodge of tiny changes 2020-11-28 17:46:23 -05:00
Plot.hh [C++] Deal with widgets grabbing full ownership of Panel 2020-10-03 13:19:49 -04:00
Reader.hh [C++] Deal with widgets grabbing full ownership of Panel 2020-10-03 13:19:49 -04:00
Reel.hh [C++] Deal with widgets grabbing full ownership of Panel 2020-10-03 13:19:49 -04:00
Root.hh [C++] API sync 2020-08-01 00:27:20 -04:00
Selector.hh [C++] Deal with widgets grabbing full ownership of Panel 2020-10-03 13:19:49 -04:00
Subproc.hh [C++] Deal with widgets grabbing full ownership of Panel 2020-10-03 13:19:49 -04:00
Tablet.hh [C++] Allow multiple instances of NotCurses 2020-05-26 04:34:31 -04:00
TabletCallback.hh Add C++ bindings 2020-01-22 06:47:43 -05:00
Utilities.hh [C++] Allow multiple instances of NotCurses 2020-05-26 04:34:31 -04:00
Visual.hh C++ decode_loop() #1066 2020-10-21 00:47:21 -04:00
Widget.hh [C++] Deal with widgets grabbing full ownership of Panel 2020-10-03 13:19:49 -04:00