[PATCH 1/4] core/conv: Add optimized Viterbi decoding

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Jacob Erlbeck jerlbeck at sysmocom.de
Thu May 8 08:06:38 UTC 2014


On 01.05.2014 19:51, Tom Tsou wrote:
> 
> A beneficial change would be to modify the API to allow persistent
> decoder objects instead of performing an allocation and tear-down on
> every decoding call. From a performance standpoint, the current
> implementation is unnecessarily restricted by memory access and page
> faults for that reason.

I'd appreciate that very much, since I'm planning to port it to the
epiphany where I definitely want neither to malloc nor to talloc.

Jacob





More information about the OpenBSC mailing list