AccessKit / AccessKit/accesskit-c

Why are Linux prebuilt libraries so much larger than other platforms?

Open
#35 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
32
Forks
7
Avg merge
28m
Merged PRs (30d)
3

Description

Looking at the prebuilt libraries (from https://github.com/AccessKit/accesskit-c/releases/tag/0.15.1), I notice that the libraries for Linux are a lot bigger than the ones for Windows. For example windows/x86_64/msvc/shared/ has 376 kB of files excluding debug symbols., whereas linux/x86_64/shared/ has 1.75 MB of files excluding debug symbols (I stripped debug symbols with strip libaccesskit.so).

Why are the Linux libraries so big and is there any hope that they might become smaller in the future?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by comparing the Linux and Windows artifacts in the AccessKit C 0.15.1 release, including the paths and sizes listed in the issue, after applying the stated strip command to the Linux shared library. Done means explaining the platform size difference and documenting whether a concrete path to smaller Linux prebuilt libraries exists.

Written by the indexing model from the issue text.

Assessment

Tech stack
c, linux, rust
Domain
build-system, release
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.