TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Fexl now uses dynamic symbol lookup.

2 pointsby fexlabout 13 years ago

1 comment

fexlabout 13 years ago
The resolve function now looks up symbols dynamically in the Fexl library linked with the executable. Any function named "type_X" is now automatically available as a function "X" in Fexl.<p>Refactored the code so it's cleaner, faster, smaller, and with fewer inter-dependencies. The .bench2 test is about 6% faster.