libosmocore/src
Pau Espin c46a15d876 select: Optimize osmo_fd_get_by_fd
Optimize osmo_fd_get_by_fd() from O(n) to O(k) by means of allocating
dynamically growing array.

Make use from the fact that the kernel always tries to use the smallest
 possible unused value when allocating a new fd.

Change-Id: I8b71547df8bed84192cb160479fa3debf9b7eade
2023-03-13 15:26:21 +00:00
..
codec doxygen: fix various typos in commands \param and \returns 2023-02-28 18:48:56 +00:00
coding coding: clean up Makefile.am 2023-03-11 06:31:50 +07:00
core select: Optimize osmo_fd_get_by_fd 2023-03-13 15:26:21 +00:00
ctrl Makefile.am: Make libraries depend on .map files 2023-03-06 17:07:48 +00:00
gb Makefile.am: Make libraries depend on .map files 2023-03-06 17:07:48 +00:00
gsm gsm: TS 44.021 modified V.110 frame encoding/decoding support 2023-03-08 20:43:15 +01:00
isdn isdn: Add V.110 encoder/decoder 2023-03-08 20:43:15 +01:00
pseudotalloc Fix all references to config.h 2023-01-18 19:04:36 +01:00
sim Bump version: 1.7.0.119-b31a-dirty → 1.8.0 2023-02-07 11:20:42 +01:00
usb Fix all references to config.h 2023-01-18 19:04:36 +01:00
vty Bump version: 1.7.0.119-b31a-dirty → 1.8.0 2023-02-07 11:20:42 +01:00
Makefile.am create libosmoisdn sub-library 2023-01-21 22:41:57 +01:00